Skip to content

Latest commit

 

History

History
65 lines (52 loc) · 2.16 KB

README.md

File metadata and controls

65 lines (52 loc) · 2.16 KB

DoxDB

TL;DR : MongoDB on SQL

This is structured document oriented data management module that runs on top of an RDBMS and file system. It keeps the notion of document data away from the storage facility, but still provides robust ACID transactions using standard RDBMS transactions.

Build Status

Roadmap

Completed:

  • JSON validation
  • Distributed Search (using ElasticSearch using REST API via JAX-RS)
  • CRUD
  • Event handling
  • REST API
  • Angular JS sample
  • Event notification using WebSockets
  • Allow for retrieving large collections
  • Import/Export
  • Schema retrieval
  • Explicit locking and unlocking of Dox records
  • Example with Angular Schema Form
  • AngularJS Module Generation
  • Change database schema
  • Advanced ElasticSearch queries
  • Unique lookup queries
  • Non-unique lookup queries
  • Defining lookups via json-path
  • Scripting/Rule engine

Remaining:

  • Access control
  • OOB
  • Automatic Schema migration
  • Temporal data
  • Corrupted index repair
  • Off-line sync
  • Data anonymization
  • Create a data dictionary and rename the methods and fields to correspond to the data dictionary.

Out of scope:

  • Alternate search (not going to be in scope until a better alternative to ElasticSearch is found)
  • Extra operations are out of scope. Instead the application will provide their own REST API. However, DoxDB provides a Local EJB API that the REST API may invoke.

Notes:

  • Jest is no longer used to avoid having too many transitive dependencies.