s3-document-db
v1.0.4
Published
aws s3 based document db
Readme
S3 Document DB
This library is created with the purpose to provide an interface for s3, so that s3 can act as just like any other No-SQL DB
Milestones
PHASE 1
- Support for basic CRUD operations
- Create - allow to create collection, document
- Update - allow to update any existing document
- Delete - allow to delete collection, document
- Read - read/get document with documentID (Object Name)
PHASE 2
- Support for search queries
- Search by name, indexed fields
- Indexing mechanism
- Create Indexes
- List Indexes
PHASE 3
Still thinking...
