#functional #sql-database #mongo-db #glue-sql #storage #nosql #wasm

gluesql-mongo-storage

GlueSQL - Open source SQL database engine fully written in Rust with pure functional execution layer, easily swappable storage and web assembly support!

3 releases

0.16.2 Aug 27, 2024
0.16.1 Aug 25, 2024
0.16.0 Aug 11, 2024

#2169 in Database interfaces

Download history 101/week @ 2024-08-11 4/week @ 2024-08-18 258/week @ 2024-08-25 8/week @ 2024-09-01 31/week @ 2024-09-15 7/week @ 2024-09-22 33/week @ 2024-09-29

71 downloads per month

Apache-2.0

1.5MB
39K SLoC

🚴 MongoStorage - Mongo storage support for GlueSQL

⚙️ Prerequisites

Install & start up MongoDB

1. By Docker

1-1) Install docker

https://docs.docker.com/engine/install/

1-2) Start up MongoDB by docker
docker run --name mongo-glue -d -p 27017:27017 mongo

2. By local installation

https://www.mongodb.com/docs/manual/installation/

🧪 Test with features

cargo test --features test-mongo

Dependencies

~31–43MB
~799K SLoC