-
Notifications
You must be signed in to change notification settings - Fork 3
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
Improve stability #30
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EvolveArt
approved these changes
Jan 3, 2024
EvolveArt
added a commit
that referenced
this pull request
Feb 19, 2024
commit 1f8851e Author: 0xevolve <[email protected]> Date: Mon Feb 19 17:05:22 2024 +0000 chore: default interval 2hours commit f97cdb9 Author: 0xevolve <[email protected]> Date: Wed Feb 14 17:18:45 2024 +0100 feat: add 2 hour aggregates (#36) commit 1638302 Author: 0xevolve <[email protected]> Date: Fri Feb 9 22:32:34 2024 +0100 fix: error messages commit 9452961 Author: 0xevolve <[email protected]> Date: Thu Jan 25 14:53:16 2024 +0100 fix: decimals retrieval commit cc1bd2d Author: 0xevolve <[email protected]> Date: Thu Jan 25 14:51:06 2024 +0100 fix: default interval/aggregation commit a1fb4af Author: 0xevolve <[email protected]> Date: Fri Jan 19 16:14:49 2024 +0100 fix: twap query typo commit 581e8a8 Author: 0xevolve <[email protected]> Date: Fri Jan 19 14:14:09 2024 +0100 ✨ Add TWAP aggregation (#34) * feat: twap views migration * feat: aggregation query param * fix: twap value name commit e62efb9 Author: 0xevolve <[email protected]> Date: Thu Jan 18 15:00:29 2024 +0100 fix: base/quote order commit f718465 Author: 0xevolve <[email protected]> Date: Thu Jan 18 14:57:12 2024 +0100 🤡 remove mock commit cfa614b Author: 0xevolve <[email protected]> Date: Tue Jan 16 22:36:31 2024 +0100 fix: routing decimals commit d7a3445 Author: Graniet 75 <[email protected]> Date: Tue Jan 16 21:08:25 2024 +0000 Base routing (#33) * first draft of routing * result of rebase * fix: normalize values before routing * fix: routing condition * fix: type --------- Co-authored-by: 0xevolve <[email protected]> commit e345010 Author: 0xevolve <[email protected]> Date: Fri Jan 12 15:56:10 2024 +0100 feat: candlestick views commit dd37640 Author: 0xevolve <[email protected]> Date: Fri Jan 12 13:12:19 2024 +0100 fix: optional query params commit 82b745c Author: 0xevolve <[email protected]> Date: Fri Jan 12 13:00:47 2024 +0100 feat: query by timestamp commit 7efcf12 Author: 0xevolve <[email protected]> Date: Fri Jan 12 11:43:09 2024 +0100 feat: interval query param commit 66d186f Author: 0xevolve <[email protected]> Date: Fri Jan 12 11:00:10 2024 +0100 feat: enable realtime aggregation commit 78db85f Author: 0xevolve <[email protected]> Date: Thu Jan 11 18:52:05 2024 +0100 fix: add DATABASE_MAX_CONN to config commit d63b8cd Author: devops72 <[email protected]> Date: Thu Jan 11 22:24:17 2024 +0530 Deployment setup (#31) * Deployment setup * fixed error * fixed port & config * fix: add brokers to env.example * feat: unique index hypertable * feat: continuous aggregates * update compose, upgrade version rdkafka * undo hypertables * feat: query from realtime view * feat: adapt route to use new views * fix: schema * added kafka brokers * fix: sql types * fix: optional .env file in ingestor --------- Co-authored-by: devops72-sre <> Co-authored-by: 0xevolve <[email protected]> Co-authored-by: graniet <[email protected]> commit 72b9868 Author: 0xevolve <[email protected]> Date: Thu Jan 11 17:43:33 2024 +0100 fix: optional .env file in ingestor commit 6fadd31 Author: 0xevolve <[email protected]> Date: Thu Jan 11 17:35:43 2024 +0100 fix: sql types commit f78562f Author: 0xevolve <[email protected]> Date: Thu Jan 11 17:00:18 2024 +0100 fix: schema commit 0674de9 Author: 0xevolve <[email protected]> Date: Thu Jan 11 16:06:01 2024 +0100 feat: adapt route to use new views commit 5b92db9 Author: 0xevolve <[email protected]> Date: Thu Jan 11 15:10:22 2024 +0100 feat: query from realtime view commit 5dcfb06 Merge: 07a3eb6 75139d2 Author: 0xevolve <[email protected]> Date: Thu Jan 11 14:12:45 2024 +0100 Merge branch 'develop' of https://github.com/astraly-labs/pragma-node into develop commit 07a3eb6 Author: 0xevolve <[email protected]> Date: Thu Jan 11 14:12:37 2024 +0100 feat: continuous aggregates commit 75139d2 Author: graniet <[email protected]> Date: Thu Jan 11 14:12:13 2024 +0100 undo hypertables commit e03a62b Author: graniet <[email protected]> Date: Thu Jan 11 14:10:18 2024 +0100 update compose, upgrade version rdkafka commit 963052f Author: 0xevolve <[email protected]> Date: Thu Jan 11 12:37:10 2024 +0100 feat: unique index hypertable commit 32d0511 Author: 0xevolve <[email protected]> Date: Thu Jan 11 11:32:46 2024 +0100 fix: add brokers to env.example commit 396c8db Author: Graniet 75 <[email protected]> Date: Wed Jan 3 14:18:17 2024 +0000 Improve stability (#30) * remove unwrap, add config file TU, update migration with time zone * add hypertables * cargo fmt commit 9961a24 Author: 0xevolve <[email protected]> Date: Wed Dec 27 13:48:49 2023 +0100 ✨ New Architecture (#29) * WIP: first init * add timescaledb to compose * update error handling * add comment * WIP: ingestor service * update arch with entities * refactoring * refactoring * rustfmt * update infra arch * update arch * update infra arch * update readme.md * update readme.md with getting started * feat: release workflow * fix: linter * fix: linters * fix: remove markdown lint * fix: clippy * fix: release workflow package name * fix: ignore test --------- Co-authored-by: graniet <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.