console/packages/services/storage
2023-01-17 15:47:45 +01:00
..
configs/clickhouse Hello 2022-05-18 09:26:57 +02:00
migrations Use ClickHouse Cloud for READ operations and drop legacy tables (#1031) 2023-01-17 11:45:09 +01:00
src replace all Boolean(...) with !!... with new guild eslint config (#973) 2023-01-10 12:38:46 +01:00
tools Update dependency @theguild/prettier-config to v1 (#676) 2022-11-24 10:00:41 +00:00
.env.template Replace tgz artifacts with Docker images and refactor all CI pipelines (#808) 2022-12-20 16:34:46 +02:00
.gitignore $ prettier <all> (#46) 2022-05-24 16:31:53 +03:00
docker-compose.yml Use Redpanda instead of Kafka and ZooKeeper (integration tests and local) (#995) 2023-01-17 15:47:45 +01:00
LICENSE chore: update year in LICENSEs (#53) 2022-05-23 23:10:27 +02:00
package.json fix(deps): update sentry to v7.30.0 (#1023) 2023-01-16 10:24:22 +02:00
README.md feat: clean app env (#422) 2022-10-04 14:30:21 +02:00
schemats.cjs External schema composition (#373) 2022-09-16 13:30:50 +02:00
tsconfig.json Hello 2022-05-18 09:26:57 +02:00

@hive/storage

Service for running postgres and clickhouse database migrations.

Configuration

Name Required Description Example Value
TODO: pg and clickhouse Yes TODO TODO
ENVIRONMENT No The environment of your Hive app. (Note: This will be used for Sentry reporting.) staging
SENTRY_DSN No The DSN for reporting errors to Sentry. https://dooobars@o557896.ingest.sentry.io/12121212
SENTRY_ENABLED No Whether Sentry error reporting should be enabled. 1 (enabled) or 0 (disabled)