Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path to 1.0: Ensuring Production Readiness #3

Open
6 of 17 tasks
andreespirela opened this issue Sep 24, 2024 · 0 comments
Open
6 of 17 tasks

Path to 1.0: Ensuring Production Readiness #3

andreespirela opened this issue Sep 24, 2024 · 0 comments

Comments

@andreespirela
Copy link
Collaborator

andreespirela commented Sep 24, 2024

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.

@andreespirela andreespirela pinned this issue Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant