Commit f140e2c9 authored by Alexander Lercher's avatar Alexander Lercher

Message handling

parent 75eff521
......@@ -44,7 +44,10 @@ class MessageHandler:
return result
def handle_blockchain_transaction(self, transaction):
self._mongo_repo.insert_trace(transaction)
# TODO think if inserting makes sense (or just caching while processing if ms goes down)
# self._mongo_repo.insert_trace(transaction)
# TODO convert raw input to prepared data based on key 'ApplicationType'
# inform semantic linking microservice
msg = {'type': 'new-traces-available'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment