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

Edge MVP #24553

Closed
15 tasks done
pauldix opened this issue Jan 8, 2024 · 3 comments · Fixed by #24724
Closed
15 tasks done

Edge MVP #24553

pauldix opened this issue Jan 8, 2024 · 3 comments · Fixed by #24724

Comments

@pauldix
Copy link
Member

pauldix commented Jan 8, 2024

The Edge MVP should be able to do the following:

  1. Accept writes to api/v3/write_lp with line protocol
  2. Respond to FlightSQL queries
  3. Respond to api/v3/query_sql and return data in pretty print, json lines, csv, or arrow buffer
  4. Persist buffered Catalog to configured object store (can be configured to point at local disk)
  5. Persist buffered data as Parquet files in object store (can be configured to point at local disk)
  6. Optionally write buffered data into a WAL on locally attached disk, which can be recovered from
  7. Bearer token all-or-nothing auth optionally configured

I'll write all of this up in more detail over the following weeks. For now here's a high level task list:

@pauldix pauldix added the v3 label Jan 8, 2024
@mgattozzi
Copy link
Contributor

mgattozzi commented Jan 11, 2024

Checked off that CI was fixed with PRs:
#24562
#24563
#24564
#24566

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
@mgattozzi mgattozzi reopened this Mar 4, 2024
@mgattozzi
Copy link
Contributor

I put the wrong issue to close in my PR. I've reopened it.

@mgattozzi
Copy link
Contributor

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants