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

feat: add noop ceramic-olap binary #482

Merged
merged 3 commits into from
Aug 19, 2024
Merged

feat: add noop ceramic-olap binary #482

merged 3 commits into from
Aug 19, 2024

Commits on Aug 15, 2024

  1. feat: add noop ceramic-olap binary

    The ceramic-olap binary copies verbatim some setup code from ceramic-one
    re tracing/logging/metrics. Eventually this may move back into the
    ceramic-one binary or we can find a way to make it generic and reuse.
    Given this is only the first copy of the code I don't think we should
    work to make it generic yet. Not until we either decide this is the long
    term home for the ceramic-olap binary or have a third binary we want to
    have a similar setup.
    
    This binary does nothing yet except start tracing/logging/metrics and
    then wait for a signal to shutdown gracefully.
    nathanielc committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    891472e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8354930 View commit details
    Browse the repository at this point in the history
  3. fix: use datafusion

    nathanielc committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5ce3478 View commit details
    Browse the repository at this point in the history