My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Wiki pages
Links

FineDB is a non-relational database, built on top of the FineFS network filesystem.

  • Thought for the Web. Optimized for read access, using eventual consistency and optimistic concurrency.
  • Document-oriented. Data are stored as JSON-encoded documents, with metadata (key/value pairs).
  • Easy to use API, written in PHP. Can be easily extended with your own model classes, to handle your data without using an ORM layer.
  • Clear separation of raw data and meaningful information:
    • Raw data are information stored inside a document, typically used to display some information.
    • Meaningful information are special data that could be used to search some documents. Only these information can be indexed for quicker access.

Featured documentation

Powered by Google Project Hosting