Fix the Sin of Man

- Migrate to ClickHouse
- Simplify serde renaming
- Simplify backfill logic
- Compartmentalize database columns

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-01-15 23:51:53 +00:00
parent 63a9ca950f
commit de3989ec35
45 changed files with 1120 additions and 2718 deletions

View File

@@ -3,10 +3,8 @@ RUN apk add --no-cache pkgconf musl-dev openssl-dev
WORKDIR /usr/src/qrust
ENV SQLX_OFFLINE=true
RUN mkdir src && echo "fn main() {}" > src/main.rs
COPY Cargo.toml .sqlx ./
COPY Cargo.toml ./
RUN cargo build --release
RUN rm -rf src