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

Begin implementing a Server #19

Closed
ecton opened this issue Mar 28, 2021 · 0 comments · Fixed by #28
Closed

Begin implementing a Server #19

ecton opened this issue Mar 28, 2021 · 0 comments · Fixed by #28
Labels
enhancement New feature or request

Comments

@ecton
Copy link
Member

ecton commented Mar 28, 2021

Initial server requirements:

  • Ability to register one or more schemas as available to use.
  • APIs exposed over QUIC for:
    • Add/Delete/List databases
    • List available schemas
    • Executing all Connection related queries
  • Creating a database should initialize a new subfolder in the data folder.
  • Server, for now, will keep all databases open. The use case for Cosmic Verge is a fixed number of databases per server. For large numbers of databases, Add configuration to Server to limit number of open databases. #27 will address that.
  • Expose a command line executable that's easy to wrap. Maybe a macro_rules macro to create a main entrypoint for you.
  • Command line executable needs to have:
    • Serve
    • Server data folder initialization (cert generation)
@ecton ecton added this to the Database Server v1 milestone Mar 28, 2021
@ecton ecton removed this from the Database Server v1 milestone Apr 5, 2021
@ecton ecton added server enhancement New feature or request labels Apr 5, 2021
@ecton ecton closed this as completed in #28 Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant