nickva commented on issue #5139:
URL: https://github.com/apache/couchdb/issues/5139#issuecomment-2236785028

   The query server is protocol is pretty stable. The most recent additions to 
it over the years are the `index_doc` for clouseau search integration and 
`nouveau_index_doc` (on main only). If you only plan on using a subset of 
functionality, could try implementing just some of the commands.
   
   Some years ago I had actually used the Python query server from 
https://github.com/djc/couchdb-python/blob/master/couchdb/view.py for many 
years in production. It worked decently well with CouchDB 1.x series. Some docs 
about it: https://couchdb-python.readthedocs.io/en/latest/views.html. The 
project unfortunately is no longer maintained. But that could provide a 
starting point, perhaps.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to