#community-help

Typesense Integration with CouchDB

TLDR James wants to integrate Typesense with CouchDB. Kishore Nallan suggests using a stream from CouchDB to publish to Typesense just like in MongoDB integration.

Powered by Struct AI
Jan 18, 2022 (24 months ago)
James
Photo of md5-d506a013dfd4f2398dde554c30ffbdde
James
11:44 AM
Hello guys, please I saw it is possible to use typesense and MongoDB but does it also support couchDB ?
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
11:46 AM
👋 We don't support directly integration with couch db.
James
Photo of md5-d506a013dfd4f2398dde554c30ffbdde
James
11:49 AM
okay, but is there any work around it?
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
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.
James
Photo of md5-d506a013dfd4f2398dde554c30ffbdde
James
12:13 PM
I write to the DB every minute and over a million records will be indexed
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
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).
Jan 21, 2022 (24 months ago)
James
Photo of md5-d506a013dfd4f2398dde554c30ffbdde
James
07:33 AM
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?