Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperstudio/MIT-Annotation-Data-Store
Data Store for Annotation Studio
https://github.com/hyperstudio/MIT-Annotation-Data-Store
Last synced: 5 days ago
JSON representation
Data Store for Annotation Studio
- Host: GitHub
- URL: https://github.com/hyperstudio/MIT-Annotation-Data-Store
- Owner: hyperstudio
- License: gpl-2.0
- Created: 2012-06-11T11:56:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:26:05.000Z (over 1 year ago)
- Last Synced: 2024-08-01T12:35:51.943Z (3 months ago)
- Language: JavaScript
- Size: 8.43 MB
- Stars: 45
- Watchers: 16
- Forks: 20
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - hyperstudio/MIT-Annotation-Data-Store - Data Store for Annotation Studio (others)
README
# MIT Annotation Data Store
Data Store and RESTful web API for Annotation Studio, compatible with OKFN Annotator. See: https://github.com/okfn/annotator## Derivation
### An alternative to OKFN annotator-store
https://github.com/openannotation/annotator-store## Setup
### Using Heroku
+ Create a heroku app `heroku apps:create $appname`
+ Add the Heroku add-on MongoLab `heroku addons:add mongolab`
+ Get MongoLab configuration settings `heroku config:pull`
+ Edit the file named `.env` replace the word `MONGOLAB_URI` with `DB`
+ Tell Heroku about your environment:```heroku config:add `cat .env` ```
## Dependencies
### [Annotator](http://annotatorjs.org/)
https://github.com/openannotation/annotator/## Other
See package.json (NOTE: you will need the versions of node and npm specified in that package file).## Installation
See https://github.com/hyperstudio/MIT-Annotation-Data-Store/wiki/Installation## Author
- Lab: MIT HyperStudio
- http://hyperstudio.mit.edu/
- Developer: Jamie Folsom
- [email protected]## License
GPL2
© MIT 2013