๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ jsreed5 โ€บ 18461 captured on 2024-08-19 at 01:04:10. Gemini links have been rewritten to link to archived content

View Raw

More Information

โžก๏ธ Next capture (2024-08-31)

-=-=-=-=-=-=-

Comment by ๐Ÿš€ jsreed5

Re: "When the CGIs on my capsule need to store data, I use..."

In: u/jsreed5

There are two main reasons I want to explore NoSQL. One is that I'm curious how different paradigms scale in different use cases. The second is that I come across both SQL and NoSQL databases in a professional setting, but I'm less familiar with NoSQL.

๐Ÿš€ jsreed5 [OP]

Jul 09 ยท 6 weeks ago

1 Later Comment

๐Ÿ’€ requiem ยท Jul 10 at 17:37:

FileXDB seems really cool:

https://github.com/FileXdb/FileXdb.py

Original Post

๐Ÿš€ jsreed5

When the CGIs on my capsule need to store data, I use SQLite as the backend. I'd like to try out a document-oriented NoSQL database for my next project. MongoDB is the obvious choice, but I don't like its licensing terms, and I like that SQLite doesn't require a process to run all the time. Is there an open-source document-oriented database analogous to SQLite?

๐Ÿ’ฌ 4 comments ยท Jul 09 ยท 6 weeks ago