Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 677 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 677 Bytes
archipeldb
A light and scalable NoSQL database, able to use cheap storage to scale, including S3

Roadmap

  • Production version with no dependencies
  • Be extremely lightweight
  • Scaling accordingly to the available hardware
  • Use cheap storage as its backend, including S3
  • Offer a pure javascript version
  • Offer a binary with socket connection, to be used in any language (future release)
  • Offer high performance through multi-threading with concurrent B+ Tree (future release)