@jeffn well there are two ways via curl, but both have the issue of not being cluster aware. So it depends if you just want to try something out or do something that needs to go into production In any case, N1QL and Views are both accessible over HTTP so you can use curl for that.
If you need something production ready, your best bet is exposing HTTP endpoints via your python, ruby or node apps. On which server version are you on?
Thanks for your reply. I am on 4.0 community edition. Cluster aware would be important.
That being the case, it sounds like exposing endpoints via the node app (or whichever language) is the way to go then.Was hoping I was missing something