1 / 22

CS27020 Modelling Persistent Data

CS27020 Modelling Persistent Data. Edel Sherratt. Persistent Data. Wikipedia definition (19 th Sept 2013) “Persistent Data  denotes information that is infrequently accessed and not likely to be modified .”

gavivi
Download Presentation

CS27020 Modelling Persistent Data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CS27020 Modelling Persistent Data Edel Sherratt

  2. Persistent Data • Wikipedia definition (19th Sept 2013) • “Persistent Data denotes information that is infrequently accessed and not likely to be modified.” • “The opposite of this is dynamic data ... Updates to dynamic data may come at any time, with periods of inactivity in between.” • But Persistent Data may be accessed very frequently indeed, and will usually be modified! “Business, numbers, money, people …” “Time, travel, communication, entertainment …” Kraftwerk , Computer World 1981

  3. Modelling Persistent Data • What is persistent data? • Where does it come from? • How is it used? • Where does modelling come in? • How do we make useful models?

  4. Persistent Data • is saved for later use • remains after it has been used • has an identity that remains even if its value is changed • is data that somebody wants to keep • is often stored in a database • but could be stored as a file • or on paper • or as a piece of art -http://www.bayeuxtapestry.org.uk • or as genes

  5. Where does the data come from • Forms • Websites • Books • Packaging • Commercial documents • Counterfoils • Questionnaires • Sensors • Scientific experiments • Mobile phones • CCTV • …

  6. Planetary Robotics • Planetary Robotics Vision Ground Processing (PRoVisG) • Aberystwyth Experimental Planetary Rover

  7. Precise Deletion • An open reading frame (ORF) is part of a gene that forms codes for amino acids • Precise deletion removes ORFs from genes • Primers are used in this process • The bioinformatics group in Aberystwyth provides a database of primers for precise deletion at http://precise-deletion.dcs.aber.ac.uk/

  8. Idris • 4 wheel drive, 4 wheel steering, electric vehicle • Used for visual navigation • Carries specialist sensors into difficult environments • 3-d laser scanning

  9. Learn Welsh • iPhone App • Support Page • Backend sqlitedatabase

  10. iCub • Humanoid robot • Cumulative learning • Reuse, compose, adapt previously learnt skills • http://www.im-clever.eu/ • Intrinsically motivated learning (YouTube) • Dancing iCub (YouTube)

  11. Users • Businesses • Consumers • Students • Lecturers • Scientists • Administrators • Enthusiasts • Gamers ……. Everybody uses persistent data

  12. Different enterprises … but • All obtain or createdata • there are many ways to generatedata • All store data • and many ways to represent and store the data • All retrieve data • depends on how the data is stored • All need to keep the data up to date • also depends on how the data is stored

  13. Data analysis and modelling Get to know the enterprise Analyse how the data is obtained and used Create the appropriate model of reality Maintain the link with reality Present the data so that it provides useful information

  14. Data Models Entity-relationship model Entity-relation-atttribute-event Hierarchical models Relational model Object-oriented model Semi-structured data models

  15. Models covered in CS27020 Relational data model Object model Object-relational model Semi-structured data and XML NoSQL – various models

  16. Useful Techniques UML modelling formalisms Identifying enterprise rules Normalization Query formulation

  17. Creating and using Persistent Data • Need to ask • Where does the data come from? • Why is it kept? • How is it used? • Affects design and implementation choices • Modelling choices • Storage choices • Applications programming

  18. Influence of source • Data volume • Rate of arrival

  19. Why the data is kept • Human reasons for storing data • Who needs it? • Does it matter if others see it? • Does it matter if it is lost or corrupted? • How closely does it need to model reality? • Does it need to be up-to-date?

  20. Data usage • How frequently is the data updated? • How frequently is it queried? • Are there patterns of use?

  21. Other factors • Budget • Platform • Licensing • Level of support required

  22. Modelling choices • Entity-relationship model • Object model • Name-value pairs • XML • ….

More Related