Skip to content

restful-open-annotation/eve-restoa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

RESTful Open Annotation store in Eve

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages