Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Provide a first implementation of this microservice, which will link Km4City's API with Kafka #1 #7

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Conversation

DarioBalinzo
Copy link

A first Java implementation of this microservice.

We implemented a simple polling of the API, targeting the Florence area. We ingested the data into Kafka using the provided iot event avro schema.
As POC we also provide a simple implementation of a Consumer with indexing of data in elasticsearch.

We first get from the API all the sensors list. Then with polling we get all the data from the sensors.

Future development may be: the fetch of other API request, the parallelization of the API requests using Kafka Streaming.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants