/avrilog

Sign & timestamp traces comming from rabbitmq. Use Akka & Horm (hbase orm) to save trace to HBASE

Primary LanguageScala

##Home-made traceability server.

Use scala, akka, rabbitmq, save to hbase with Horm + bouncy castle for the timestamp implementation.

*Avrilog-server : consume rabbitmq traces, sign the traces with custom or remote timestamp certificate and save them to HBASE. Installation detail with certificate generation are provided in the README.me of this module.

*Avrilog-common : Signature & Timestamp see Sign.scala + shared object

*Avrilog-java-client : Used to send raw traces to rabbit-mq from any application