surrealdb / surrealdb.java

SurrealDB SDK for Java
https://surrealdb.com
Apache License 2.0
67 stars 21 forks source link

Feature: Implement HTTP protocol for refactor API #61

Closed phughk closed 1 week ago

phughk commented 1 year ago

Is your feature request related to a problem?

We would like a synchronous HTTP(S) protocol implemented for the refactor of the API.

The main ways that this would differ from the current implementation are

This is a big ticket, so do as much as you can and then create more Unimplemented tickets for the missing functionality.

Describe the solution

The HTTP api should at minimum

Alternative methods

I would rather not lift code from the existing implementation.

If possible, we should also use netty for perf gains.

SurrealDB version

SurrealDB beta-9; java driver commit 50aa1d61c4879ed52cda099e3be4324bd97d3bd6

Contact Details

hugh@surrealdb.com

Is there an existing issue for this?

Code of Conduct

emmanuel-keller commented 1 week ago

SurrealDB driver v0.2.0 is now delegating the transport to the embedded Rust SDK.