Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 326 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 326 Bytes

Mongorest is a Go (golang) library for exposing mongodb document collections as HTTP resources.

Mongorestd is a self contained RESTful HTTP daemon that exposes MongoDB document collections using mongorest.

Install by running:

goinstall bitbucket.org/Swoogan/mongorest

See example/example.go for a sample implementation.