-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/GH-314 ingest #317
base: master
Are you sure you want to change the base?
Conversation
Looks like the build is failing because we are affected by this issue: duckdb/duckdb-java#14 A fix is scheduled to be released in a couple of days, so this can wait. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR.
Where are the data stored ? Can we configure it somehow ? So we know what volume to configure
aggregator/src/main/java/io/spoud/kcc/aggregator/olap/DataExportResource.java
Outdated
Show resolved
Hide resolved
aggregator/src/main/java/io/spoud/kcc/aggregator/olap/AggregatedMetricsRepository.java
Outdated
Show resolved
Hide resolved
aggregator/src/main/java/io/spoud/kcc/aggregator/olap/AggregatedMetricsRepository.java
Outdated
Show resolved
Hide resolved
aggregator/src/main/java/io/spoud/kcc/aggregator/olap/AggregatedMetricsRepository.java
Outdated
Show resolved
Hide resolved
aggregator/src/test/java/io/spoud/kcc/aggregator/olap/AggregatedMetricsRepositoryTest.java
Outdated
Show resolved
Hide resolved
Thanks for reviewing! Yes storage for the data can be configured via the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just double check for sql injections.
closes #314