truggeri / Books.Service.Transaction

Service for transactions in the Books project.
MIT License
0 stars 0 forks source link

Add communication to analytics/graphing #10

Open truggeri opened 6 years ago

truggeri commented 6 years ago

Rather than have a graphing or analytics service query this service or services datastore, add an async communication to those services so they can be notified when new transactions are posted.

My initial though for this (and part of the reason for this service overall) is to use Apache Kafka.