Skip to content

swedwise/pynodinite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages