The Web Graph Database

wiki:Projects/ig-stores

Version 1 (modified by http://mylid.net/jernst, 3 years ago) (diff)

initial content

InfoGrid Project: Stores (ig-stores)

The InfoGrid Stores Project defines the Store abstraction, which enables applications to treat persistence as a service about whose implementation they do not have to worry.

The project defines:

  • the Store abstraction itself, and its sibling the IterableStore abstraction
  • implementations of the Store abstraction in common technologies, such as:
    • raw files
    • in-memory
    • in MySQL
    • in Postgresql
    • in Hadoop, S3 etc.

It is used broadly in other InfoGrid Projects, and can also be used easily outside of InfoGrid.

See also: