Skip to content

Path to 1.0: Ensuring Production Readiness #3

@andreespirela

Description

@andreespirela

Path to 1.0: Ensuring Production Readiness

Motivation

Building the initial phase of this project has been extremely fun, and challenging. I want to keep building it as I find time and fit, hoping people will come to use it or try it. There's still a long way to go before this is ready for production, but the foundations of this project were definitely coded with production readiness in mind. I believe there's a potential in creating Javascript-based databases, for that reason, I will continue to maintain this project with hope more people will join my in this open source journey.

Path to 1.0

  • Add transactional file manipulation: Currently, all data is automatically written to the data files. There's no failovers or recovery algorithm behind this. A WAL algorithm should be implemented.
  • Delete Query
  • Update Query
  • Complex Queries
    • More filter types: Currently only = are allowed for SELECT queries. We need to be able to query: >, <, >=, <=
      • BTree Index
    • Transactions
    • Distribution across nodes
  • gRPC
    • Database Authentication
  • Complex configuration
    • Shards configuration
    • Storage configuration
    • Runtime configuration
      • V8 flags
  • Asynchronous operations
    • Dedicated Queries (Being able to create temporal shards from inside the query and reconcile them programatically)

Bug fixes & Feature Requests

Do you want something to make it to 1.0? Feel free to comment in this ticket, and it will probably be addressed if there's fit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions