Data store
Appearance
A data store is a data repository of a set of integrated objects. These objects are modeled using classes defined in database schemas.[1] Data store includes not only data repositories like databases, it is a more general concept that includes also flat files that can store data.[2]
Some data stores do represent data in only one schema, while other data stores use several schemas for this task. An example are RDBMS-based data stores like MySQL or PostgreSQL.
Types
Data stores can be of different types.
- The widely used data store type are relational databases. (Examples: MySQL, PostgreSQL, Microsoft SQL Server, Oracle Database)
- Object-oriented databases, like Caché or ConceptBase. They can save objects of an object-oriented design.
- Operational data stores
- Schema-less data stores, like Distributed data stores (e.g. Apache Cassandra or Dynamo).
- Paper Files
- Data Files (spread sheets, flat files etc)
References
- ^ "FDO Concepts > Data Concepts". http://www.osgeo.org/: OSGeo. Retrieved 2011-03-17.
What is a Data Store? A data store is a repository of an integrated set of objects. The objects in a data store are modeled either by classes or feature classes defined within one or more schemas.
{{cite web}}
: External link in
(help); line feed character in|location=
|quote=
at position 23 (help) - ^ "Glossary D: data store". http://www.information-management.com/: Information Management. Retrieved 2011-04-04.
A place where data is stored; data at rest. A generic term that includes databases and flat files.
{{cite web}}
: External link in
(help)|location=
See also