Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.49 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.49 KB

PyNodinite

Hatch project Test module

A series of logging.Handler-implementations producing Nodinite JSON Log Events and sending these to one of the supported intermediary storages.

Installation

pip install git+https://github.com/swedwise/pynodinite.git

The default installation enables the use of File/Disk storage and Direct LogAPI transfer handlers only

There are several options to install additional packages for the specific intermediary storage that you want to use:

  • pip install pynodinite[activemq] - Installs packages to send to ActiveMQ queues
  • pip install pynodinite[eventhub] - Installs packages to send to Azure Event Hub
  • pip install pynodinite[msmq] - Installs packages to send to Microsoft Message Queues
  • pip install pynodinite[postgresql] - Installs packages to send to PostgreSQL database
  • pip install pynodinite[servicebus] - Installs packages to send to Azure Service Bus
  • pip install pynodinite[sqlserver] - Installs packages to send to Microsoft SQL Server database