Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 741 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 741 Bytes

RESTful Open Annotation store in Eve

RESTful annotation storage using the Open Annotation model and JSON-LD, implemented in Eve and backed by MongoDB.

This is a pre-alpha, proof-of-concept implementation and should not be used for anything serious.

For more information, see

Installation

MongoDB

After initial installation, you can set up the user for the server as follows:

$ mongo <DBNAME>
db.addUser({user: "<NAME>", pwd: "<PASSWORD>", roles: ["readWrite"]})

where <DBNAME>, <NAME> and <PASSWORD> are set up to match your settings.