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

[Feature] next major version #6

Open
MikkelHJuul opened this issue Mar 28, 2022 · 3 comments
Open

[Feature] next major version #6

MikkelHJuul opened this issue Mar 28, 2022 · 3 comments

Comments

@MikkelHJuul
Copy link
Owner

The next major feature will be able to spin up new database tables on the fly.

  • Admin API with simple admin page
    • admin proto api with google.api annotations for REST endpoints
    • very simple admin page to add to the database
    • info on tables and where they are placed
  • dynamic proto reflection API for reflection clients to connect with
    • datatype/proto struct editor for the admin page
  • reconsider badger, now that the company changed focus

implementation detail: How many protos can you serve on a single port... how does that work dynamically?

@MikkelHJuul
Copy link
Owner Author

intercept server reflection using grpc/grpc-go#3163

@baryluk
Copy link

baryluk commented May 8, 2022

Nice and simple project :)

Reverse iteration for stream range queries would be nice. As well as finding last key/value matching given prefix.

Support for badger namespaces is another nice option I think.

@MikkelHJuul
Copy link
Owner Author

Nice and simple project :)

Reverse iteration for stream range queries would be nice. As well as finding last key/value matching given prefix.

Support for badger namespaces is another nice option I think.

Hi, sorry I just switched jobs, I have been flooded and haven't had time :( thanks for the suggestion, I will definitely add reverse range queries to the app.

I am planning to move away from Badger. But I will be working with separate databases

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

2 participants