https://github.com/cbeer/lodmonitor
Monitor the health and availability of linked open data resources
https://github.com/cbeer/lodmonitor
Last synced: 28 days ago
JSON representation
Monitor the health and availability of linked open data resources
- Host: GitHub
- URL: https://github.com/cbeer/lodmonitor
- Owner: cbeer
- Created: 2015-03-07T18:36:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T15:55:23.000Z (about 10 years ago)
- Last Synced: 2025-02-17T05:44:14.239Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 293 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linked Open Data Monitor
LODMonitor is a service that monitors the health and availability of linked open data resources.

## Install
lodmonitor is a simple Ruby on Rails application.
```
$ bundle install
$ rake db:migrate
$ bundle exec rails s
```### With docker
lodmonitor supports [docker-compose](http://docs.docker.com/compose/). If you've installed docker and docker-compose, getting lodmonitor running is as simple as:
```
$ docker-compose up
```lodmonitor is also on [registry.hub.docker.com](https://registry.hub.docker.com), and can be run as, e.g.:
```
$ docker run -p 80 cbeer/lodmonitor
```