Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/aura
REST API for locations of snowplows in the City of Helsinki
https://github.com/city-of-helsinki/aura
Last synced: about 2 months ago
JSON representation
REST API for locations of snowplows in the City of Helsinki
- Host: GitHub
- URL: https://github.com/city-of-helsinki/aura
- Owner: City-of-Helsinki
- License: agpl-3.0
- Created: 2013-02-14T22:26:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T13:39:52.000Z (almost 4 years ago)
- Last Synced: 2024-04-24T09:32:32.888Z (9 months ago)
- Language: Python
- Size: 189 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Architecture
============![Architecture diagram](https://rawgithub.com/City-of-Helsinki/aura/master/Docs/architecture.svg)
Old architecture diagram
------------------------
![Old architecture diagram](https://rawgithub.com/City-of-Helsinki/aura/master/Docs/architecture-old.svg)Installation
============Database
--------Shell commands:
sudo su postgres
createuser -R -S -D -P aura
createdb -O aura -T template0 -l fi_FI.UTF8 -E utf8 aura