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

Improve stability #30

Merged
merged 3 commits into from
Jan 3, 2024
Merged

Improve stability #30

merged 3 commits into from
Jan 3, 2024

Conversation

graniet
Copy link
Collaborator

@graniet graniet commented Dec 30, 2023

No description provided.

@EvolveArt EvolveArt merged commit 396c8db into main Jan 3, 2024
4 of 5 checks passed
@EvolveArt EvolveArt deleted the improve-stability branch January 3, 2024 14:18
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants