Skip to content

Proxy for mongodb which restricts access to certain operations

Notifications You must be signed in to change notification settings

recht/mongodb-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy for MongoDB which can filter certain operations from MongoDB.

This can, for example, be used to enforce a read-only database.

Filter opcodes by passing the -o option when running. Multiple -o options can be provided if filtering multiple opcodes. 
The opcodes can be found at http://www.mongodb.org/display/DOCS/Mongo+Wire+Protocol

To run:
mvn package (will build mongoproxy-*.jar in target/)

java -server -jar target/mongoproxy-1.jar


The proxy is built on the Grizzly NIO framework:
http://grizzly.java.net/

About

Proxy for mongodb which restricts access to certain operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages