Hello guys, please I saw it is possible to use typesense and MongoDB but does it also support couchDB ?
k
Kishore Nallan
01/18/2022, 11:46 AM
👋 We don't support directly integration with couch db.
j
James Sandy
01/18/2022, 11:49 AM
okay, but is there any work around it?
k
Kishore Nallan
01/18/2022, 11:50 AM
Can you give me more details around how often you write to Couch DB and how many records you will be looking to index? I can suggest appropriate work arounds based on that.
j
James Sandy
01/18/2022, 12:13 PM
I write to the DB every minute and over a million records will be indexed
k
Kishore Nallan
01/18/2022, 12:15 PM
If Couch DB has a stream that it exposes then you can use that to publish to Typesense (this is what the mongodb integration does for Mongo).