Skip to content

roche-rs/mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongodb

About

📚 Read this template tutorial! 📚

This template is designed roche and is used for compiling Rust libraries into docker and publishing the resulting package as knative service.

dev-mongodb - Docker Repository on Quay

mongodb - Docker Repository on Quay

🚴 Usage

Use 🐑 roche init mongodb to Clone this Template

Roche uses the excellent cargo-generate under the hood. Learn more about cargo generate here.

roche init mongodb --name my-project
cd my-project

🛠️ Build with roche build

docker login
roche build

🔬 Testing the library

docker run -p 27017:27017 -v ~/data:/data mongo:4.2
roche test