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

Implement http server #61

Open
2 of 6 tasks
markwylde opened this issue Aug 17, 2021 · 0 comments
Open
2 of 6 tasks

Implement http server #61

markwylde opened this issue Aug 17, 2021 · 0 comments
Assignees

Comments

@markwylde
Copy link
Member

markwylde commented Aug 17, 2021

In v7 the http server is the main entrypoint into the database.

In v8 this has changed, as the client driver now uses pure tcp to query the database, splitting the protocol into internal and external modes.

One of the things I've liked about canhazdb is how easily you can just point an http client to the database when developing, get query your database.

v8 will implement an optional (and none default) http query server. The syntax should be exactly the same as v7.

It should be implemented as a module and activated behand an option flag.

  • GET
  • SEARCH
  • POST
  • PUT
  • PATCH
  • DELETE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant