Skip to content

Latest commit

 

History

History

doc_db

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Document Database - Rust Implementation

This directory contains a Rust implementation of a document database system backed by MongoDB.

Related Projects

This implementation is part of a multi-language document database system. Related implementations can be found in:

Features

  • Document storage and retrieval
  • Indexing WIP
  • Concurrent access support

No Reflection at the Moment

grpcurl -proto protos/doc_db/doc_db.proto \
    -rpc-header "db_namespace: demo"\
    -d '{"id": "foo123", "collection": "golf"}'\
    -plaintext localhost:50051 \
    doc_db.DocDb/FindDocById