Search code examples
node.jscassandrawinston

Logging with winston: Is there a Cassandra transport?


Is there a winston transport for Cassandra?

I couldn't find any existing library, neither in the documentation about transports nor with an npm search winston.


Solution

  • I've published a Cassandra winston transport, you can get it via npm:

    $ npm install winston-cassandra
    

    It uses the native Node.js driver for Cassandra, it targets any Cassandra version greater than or equal to 1.2.