Hello guys, please I saw it is possible to use typ...
# community-help
j
Hello guys, please I saw it is possible to use typesense and MongoDB but does it also support couchDB ?
k
👋 We don't support directly integration with couch db.
j
okay, but is there any work around it?
k
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
I write to the DB every minute and over a million records will be indexed
k
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).
j
so if I follow this guide https://typesense.org/docs/guide/mongodb-full-text-search.html#full-example I should be able to implement it on our couchdb?