1.0.4 • Published 3 years ago

s3-document-db v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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...

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago