Skip to content

Latest commit

 

History

History
executable file
·
31 lines (20 loc) · 674 Bytes

README.md

File metadata and controls

executable file
·
31 lines (20 loc) · 674 Bytes

BigLogger

by || Preibisch Lab ||

In order to create application that can run in different infrastructure and different mode, we need to have advance Log handling.

BigLogger is an API for log dispatching within big systems.


Application mode can be:

  • Fiji Gui application
  • Headless terminal local application
  • Cluster nodes execution services that communicate with Kafka Server
  • Cloud instances that need to communicate with the master node.

Libraries used :

Apache kafka Reflections

Todos

  • Kafka Producer configuration
  • FIJI logging
  • Terminal formatter
  • Auto indexing A lot!