♻️Remove Cassandra Support

This commit is contained in:
Anton SHEPILOV
2024-05-27 17:53:24 +02:00
committed by Anton Shepilov
parent 8214a5f6d4
commit 8f75c04fdd
25 changed files with 4 additions and 1807 deletions
@@ -29,14 +29,6 @@ export default function printConfigSummary(useIcons: boolean = !!process.env.HAV
"user",
user,
],
cassandra: ({ contactPoints, localDataCenter, keyspace }) => [
"host",
contactPoints,
"datacenter",
localDataCenter,
"keyspace",
keyspace,
],
S3: ({ endPoint, port, accessKey, bucket }) => [
"host",
[endPoint, port],
@@ -62,7 +54,6 @@ export default function printConfigSummary(useIcons: boolean = !!process.env.HAV
elasticsearch: "ES",
opensearch: "OS",
mongodb: "mongo",
cassandra: "Cass.",
};
if (useIcons) {
const makeLyingLengthIcon = str => ({ length: 1, toString: _ => str } as string);