naive-x/cl-naive-store
cl-naive-store is a log structured document store. Documents are loaded in-memory to facilitate fast querying. Depending on how you use the store documents will be lazy loaded and indexed as well. Written completely in Common Lisp.
GitLab repository with 6 stars and 4 forks.
Topics: common lisp, log database, nosql, store