-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Edge MVP #24553
Comments
mgattozzi
added a commit
that referenced
this issue
Mar 4, 2024
In order for Edge to support other object stores besides the local file system we just needed to turn on the features in clap_blocks which handles all of the configuration needed to create an `Arc<dyn ObjectStore>` for us. We already were calling it's `make_object_store` function that did this and so it's a simple switch flip to turn it on. Closes: #24553
I put the wrong issue to close in my PR. I've reopened it. |
Okay now we're done for real this time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Edge MVP should be able to do the following:
api/v3/write_lp
with line protocolapi/v3/query_sql
and return data in pretty print, json lines, csv, or arrow bufferI'll write all of this up in more detail over the following weeks. For now here's a high level task list:
Tasks
influxdb3_client
for programmatic access to HTTP API #24661object_store
supported backends #24653Authorizer
implementation for InfluxDB Edge #24681The text was updated successfully, but these errors were encountered: