Skip to content

Commit f757d11

Browse files
themaroltulemons
andauthored
chore: deprecate qdb (CM-659) (#3462)
Signed-off-by: Uroš Marolt <uros@marolt.me> Co-authored-by: Umberto Sgueglia <ulemons92@gmail.com>
1 parent f31833c commit f757d11

139 files changed

Lines changed: 297 additions & 4005 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

backend/.env.dist.composed

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,4 @@ CROWD_OPENSEARCH_NODE=http://open-search:9200
2626
CROWD_TEMPORAL_SERVER_URL=temporal:7233
2727

2828
# Seach sync api
29-
CROWD_SEARCH_SYNC_API_URL=http://search-sync-api:8083
30-
31-
# QuestDB
32-
CROWD_QUESTDB_SQL_HOST=questdb
33-
CROWD_QUESTDB_ILP_HOST=questdb
29+
CROWD_SEARCH_SYNC_API_URL=http://search-sync-api:8083

backend/.env.dist.local

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,4 @@ CROWD_MV_OTHERS_REFRESH_PERIOD='* * * * *'
154154
CROWD_LOKI_DB_TURSO_URL=dummy
155155
CROWD_LOKI_DB_TURSO_TOKEN=dummy
156156

157-
# QuestDB
158-
CROWD_QUESTDB_SQL_HOST=localhost
159-
CROWD_QUESTDB_SQL_PORT=8812
160-
CROWD_QUESTDB_SQL_USERNAME=admin
161-
CROWD_QUESTDB_SQL_PASSWORD=quest
162-
CROWD_QUESTDB_SQL_DATABASE=qdb
163-
CROWD_QUESTDB_ILP_HOST=localhost
164-
CROWD_QUESTDB_ILP_PORT=9000
165-
166157
CROWD_GITHUB_IS_SNOWFLAKE_ENABLED=false

backend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"@crowd/logging": "workspace:*",
5959
"@crowd/nango": "workspace:*",
6060
"@crowd/opensearch": "workspace:*",
61-
"@crowd/questdb": "workspace:*",
6261
"@crowd/queue": "workspace:*",
6362
"@crowd/redis": "workspace:*",
6463
"@crowd/snowflake": "workspace:*",

backend/src/bin/scripts/fix-duplicate-members.ts

Lines changed: 0 additions & 140 deletions
This file was deleted.

backend/src/database/repositories/IRepositoryOptions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export interface IRepositoryOptions {
1212
currentTenant: any
1313
currentSegments: SegmentData[]
1414
database: any
15-
qdb?: DbConnection
1615
transaction?: any
1716
bypassPermissionValidation?: any
1817
opensearch?: any

0 commit comments

Comments
 (0)