asolleiro
asolleiro

Reputation: 81

Accumulator server in OCB instance

Orion Context Broker FIWARE Lab instance

How can I start the accumulator server in a FIWARE Lab instance?

Is it possible?

Upvotes: 1

Views: 81

Answers (1)

fgalan
fgalan

Reputation: 12322

In order to use the accumulator, just download it from the github repositorio in this link.

You would need Flask dependency to run the accumulator. If Flask is not previously installed and you get an error about it when trying to run accumulator-server.py, then install it using pip:

pip install Flask

Upvotes: 1

Related Questions