own-pt / sensetion.el

Emacs word-sense annotation interface
GNU General Public License v3.0
4 stars 2 forks source link

use mongoDB? #159

Closed odanoburu closed 4 years ago

odanoburu commented 5 years ago

see https://kitchingroup.cheme.cmu.edu/blog/2017/01/16/A-simple-emacs-lisp-interface-to-CRUD-operations-in-mongodb/

we've tried using conventional (SQL) databases and are now using elasticsearch (which can be thought of a NoSQL database, but really more of a query engine), but mongo seems to be a true noSQL database.

as suggested by @arademaker