New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@taotiejs/server

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taotiejs/server

Log collecting and querying based on pinojs and clickhouse

latest
Source
npmnpm
Version
0.5.6
Version published
Maintainers
1
Created
Source

Taotie Server

npm npm downloads license

github

Log collecting and querying based on pinojs and clickhouse.

Installation

npm install @taotiejs/server -g

Usage

taotie [options]

Options:
  -V, --version                      output the version number
  -d, --db-host <hostname>           clickhouse host (default: "127.0.0.1")
  -P, --db-port <port>               clickhouse port (default: 80)
  -a, --db-auth <username:password>  clickhouse username and password
  -n, --db-name <database>           clickhouse database name (default: "taotie")
  -H, --http <port>                  HTTP server port (default: 80)
  -U, --udp <port>                   UDP log receiver port (default: 514)
  -i --interval <second>             save logs interval (default: 5)
  -I --data-skipping-indices         enable clickhouse data skipping indices
  -D, --dev                          development mode
  -h, --help                         output usage information

Logger

You may use @taotiejs/logger for logging.

Keywords

log

FAQs

Package last updated on 03 Jun 2024

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