Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdxjohnny/eco
https://github.com/pdxjohnny/eco
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pdxjohnny/eco
- Owner: pdxjohnny
- License: mit
- Created: 2016-02-11T21:05:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T07:06:25.000Z (over 8 years ago)
- Last Synced: 2024-03-16T06:51:34.368Z (8 months ago)
- Language: Go
- Homepage: https://eco.carpoolme.net
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Eco
---The purpose of this tool is to provide a way to map an ecosystem.
Current Functionality
---* Place markers at points of interest. Markers have several attributes.
* Name
* Description
* longitude and latitude
* Find markers within a distance of a locationTODO
---* Add user accounts
* Client to store data on users devices so I don't have to store their data sets
* Per user maps -> pdxjohnny/frogs
* Public vs. Private maps, Share maps with some users give some write access
* Custom parameters
* Find markers which match a parameter
* Sensor data - locations could be sensors that report and update data
* This data would probably be relevant over time which posses the question of how
it should be stored. Not sure yet how but a thought is to have a separate area for
logs. This would keep track of all edits made to anything. That way you can view the
changes over time. This would enable the tracking of wildlife so as to map their
locations or the plotting of sensor data over time.Building
---```bash
go build -tags netgo . && \
docker-compose build && \
docker-compose up
```