embedding_studio icon indicating copy to clipboard operation
embedding_studio copied to clipboard

Clickhouse instead of Mongo

Open ghost opened this issue 2 years ago • 1 comments

Hey! I’m looking into code, what was behind the decision to use MongoDB as a Clickstream storage backend? We are using ClickHouse as the part of technical stack, it’s more convenient for this purpose. Will you add ClickHouse support? Best regards.

ghost avatar Feb 16 '24 15:02 ghost

Hey! In the upcoming release, we'll be abstracting the functionality of clickstorage. In other words, we'll introduce an interface for interacting with storage, along with adapters for different storage solutions. MongoDB will remain the first adapter (a good choice for many use cases), and in future releases, we aim to add support for PostgreSQL and Clickhouse. Stay tuned for more updates!

oYASo avatar Feb 22 '24 14:02 oYASo