Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dianaolympos/eve_crest_fetcher
A fetcher for Eve CREST API in Elixir
https://github.com/dianaolympos/eve_crest_fetcher
Last synced: 26 days ago
JSON representation
A fetcher for Eve CREST API in Elixir
- Host: GitHub
- URL: https://github.com/dianaolympos/eve_crest_fetcher
- Owner: DianaOlympos
- License: other
- Created: 2016-01-30T22:16:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T18:06:17.000Z (almost 9 years ago)
- Last Synced: 2023-08-01T00:32:18.141Z (over 1 year ago)
- Language: Elixir
- Size: 22.5 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FetchCrestMarket
###TODO
- [x] Add poolboy to handle request (20 connection in parallel)
- [ ] Add Tasks that handle walking through pages
- [ ] Add a layer preparing data for sink
- [ ] Add prosper mysql as a Sink
- [ ] Add CSV as a Sink
- [ ] Add email in cas of error
- [ ] Add logging
- [ ] Add metrics
- [ ] Add config file for prod (conform)
- [ ] Generate walking item through CREST (linked to history)
- [ ] Add dealing with SDE
- [x] Add agent to keep partial data and their logic
- [x] Add struct to handle JSON requests## Description
This application is aimed at creating an independant CREST fetcher for EVE Prosper show.
It aimed to be independent and be only limited by CREST Rate limit.