Couchbase Adapter?
Dear Community Members,
Has someone built some kind of Adapter (or other related components) to interact with Couchbase?
Something sharable?
What connection method did you choose - for example REST API / .Net or Java SDK?
Thanks!
Couchbase has JDBC and ODBC drivers. Can your application design use the IRIS SQL Gateway?
Thanks Bob, yes, indeed JDBC/ODBC and using Couchbase's N1QL queries (and JSON results) is another connectivity option.
If someone "wrapped" such connectivity into some Adapter that could also be interesting.