Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pino-mongodb

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-mongodb

Load pino logs into MongoDB

  • 0.4.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.8K
increased by7.03%
Maintainers
1
Weekly downloads
 
Created
Source

pino-mongodb

Load pino logs into MongoDB

Install

npm i -g pino-mongodb

Usage

It takes process.stdin stream, parses the data and tries to insert that data into
mongodb.

With server use it like this

node server.js | pino-mongodb [options]

Help

  Usage: pino-mongodb [options]

  Options:

    -h, --help               output usage information
    -V, --version            output the version number
    -H, --host <host>        DataBase host (127.0.0.1)
    -P, --port <port>        DataBase port (27017)
    -d, --db <name>          DataBase name (logs)
    -c, --collection <name>  DataBase collection name (logs)
    -u, --user <username>    DataBase username (root)
    -p, --pass <password>    DataBase username password ()

Keywords

FAQs

Package last updated on 13 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc