ChikkaDB: A Translation Layer to Use SQLite as a MongoDB-compatible JSON Database

Hello.

I’m building an experimental server that’s wire-compatible with mongod, and translates MongoDB commands to SQL to enable you to use SQLite as a JSON database. You can connect to it with existing MongoDB clients and language drivers.

It’s a personal project to explore the possibilities of SQLite’s JSON and JSONB functions to their fullest. Sharing it here in case it interests any of you. Inviting everyone to try it out and share your feedback.

https://github.com/athkishore/chikkadb-ts

1 Like

This is such an interesting project! Building a wire-compatible server that translates MongoDB commands into SQL is a creative way to leverage SQLite’s JSON capabilities. I’m interested in trying it out and seeing how it performs. Thanks for sharing it, @Kishore_Athrasseri

1 Like