Home - 1milio/notes GitHub Wiki
The sequence:
- POST /{uuid} con {geoJSON}
- send to "etcd server" the data (key: uuid, value: geoJson)
- use a queue system to persist the data on database
- use java in memory geo index, to query for near positions
Questions:
- we should use reactive routes with event bus
- or use resteasy endpoint with async events