Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for CouchDB #22

Open
gabfssilva opened this issue May 10, 2023 · 0 comments
Open

Add support for CouchDB #22

gabfssilva opened this issue May 10, 2023 · 0 comments

Comments

@gabfssilva
Copy link
Collaborator

The communication with CouchDB is via HTTP. There is already a Java library called LightCouch (which looks great) that could be used by the connector, but:

  • It uses blocking I/O, which we're trying to avoid for HTTP integrations (since it can be simple just reimplement)
  • I'm planning how we could make some connectors multi-platform, including the HTTP module, so if we can skip using additional jars, I think we should go for it.

Anyway, just for consulting:

http://www.lightcouch.org/lightcouch-guide.html
https://docs.couchdb.org/en/stable/intro/api.html
https://camel.apache.org/components/3.20.x/couchdb-component.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant