Skip to content
fiorenzo pizza edited this page Jan 4, 2020 · 2 revisions

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

Clone this wiki locally