All Projects → pmacct → Pmacct

pmacct / Pmacct

Licence: other
pmacct is a small set of multi-purpose passive network monitoring tools [NetFlow IPFIX sFlow libpcap BGP BMP RPKI IGP Streaming Telemetry].

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Pmacct

Storagetapper
StorageTapper is a scalable realtime MySQL change data streaming, logical backup and logical replication service
Stars: ✭ 232 (-65.73%)
Mutual labels:  json, kafka, avro, mysql, postgresql
Trdsql
CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN. Can output to various formats.
Stars: ✭ 593 (-12.41%)
Mutual labels:  json, sql, mysql, postgresql, sqlite3
Lucid
AdonisJS official SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
Stars: ✭ 613 (-9.45%)
Mutual labels:  sql, mysql, postgresql, sqlite3
Sworm
a write-only ORM for Node.js
Stars: ✭ 128 (-81.09%)
Mutual labels:  sql, mysql, postgresql, sqlite3
Openrecord
Make ORMs great again!
Stars: ✭ 474 (-29.99%)
Mutual labels:  sql, mysql, postgresql, sqlite3
Usql
Universal command-line interface for SQL databases
Stars: ✭ 6,869 (+914.62%)
Mutual labels:  sql, mysql, postgresql, sqlite3
Shmig
Database migration tool written in BASH.
Stars: ✭ 408 (-39.73%)
Mutual labels:  sql, mysql, postgresql, sqlite3
Rom Sql
SQL support for rom-rb
Stars: ✭ 169 (-75.04%)
Mutual labels:  sql, mysql, postgresql, sqlite3
Electrocrud
Database CRUD Application Built on Electron | MySQL, Postgres, SQLite
Stars: ✭ 1,267 (+87.15%)
Mutual labels:  sql, mysql, postgresql, sqlite3
Lithium
Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
Stars: ✭ 523 (-22.75%)
Mutual labels:  json, mysql, postgresql, sqlite3
Octosql
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Stars: ✭ 2,579 (+280.95%)
Mutual labels:  json, sql, mysql, postgresql
Qb
The database toolkit for go
Stars: ✭ 524 (-22.6%)
Mutual labels:  sql, mysql, postgresql, sqlite3
Vscode Sqltools
Database management for VSCode
Stars: ✭ 741 (+9.45%)
Mutual labels:  sql, mysql, postgresql, sqlite3
Sqlcheck
Automatically identify anti-patterns in SQL queries
Stars: ✭ 2,062 (+204.58%)
Mutual labels:  sql, mysql, postgresql, sqlite3
Knex
A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.
Stars: ✭ 15,083 (+2127.92%)
Mutual labels:  sql, mysql, postgresql, sqlite3
Walkable
A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
Stars: ✭ 384 (-43.28%)
Mutual labels:  sql, mysql, postgresql, sqlite3
Beekeeper Studio
Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
Stars: ✭ 8,053 (+1089.51%)
Mutual labels:  sql, mysql, postgresql
Doctrine Json Odm
An object document mapper for Doctrine ORM using JSON types of modern RDBMS.
Stars: ✭ 420 (-37.96%)
Mutual labels:  json, mysql, postgresql
Sqlancer
Detecting Logic Bugs in DBMS
Stars: ✭ 672 (-0.74%)
Mutual labels:  sql, mysql, postgresql
Cookbook
🎉🎉🎉JAVA高级架构师技术栈==任何技能通过 “刻意练习” 都可以达到融会贯通的境界,就像烹饪一样,这里有一份JAVA开发技术手册,只需要增加自己练习的次数。🏃🏃🏃
Stars: ✭ 428 (-36.78%)
Mutual labels:  kafka, mysql, rabbitmq

Build status

DOCUMENTATION

  • Online:

  • Distribution tarball:

    • ChangeLog: History of features version by version
    • CONFIG-KEYS: Available configuration directives explained
    • QUICKSTART: Examples, command-lines, quickstart guides
    • FAQS: FAQ document
    • docs/: Miscellaneous internals, UNIX signals, SQL triggers documents
    • examples/: Sample configs, maps, AMQP/Kafka consumers, clients
    • sql/: SQL documentation, default SQL schemas and customization tips

USING THE DOCKER IMAGES

With docker installed, you can just pull from the official pmacct repository in docker hub (e.g. for pmacctd daemon):

 ~# docker pull pmacct/pmacctd:latest
 ~# docker run -v pmacctd.conf:/etc/pmacct/pmacctd.conf pmacct/pmacctd

Available daemon containers:

All daemons come with all plugins and supports compiled-in.

Tags:

  • latest: latest stable image of that container
  • vX.Y.Z: version specific tag. This container will always exist, once released.
  • bleeding-edge: only for the brave. Latest commit on master. This container is not recommended to be used in production.

A special container, base container, that is the base of the rest of containers with all pmacct daemons installed and bash as an entry point. It can be useful to debug and to create your customized docker image.

BUILDING

Resolve dependencies, ie.:

  • apt-get install libpcap-dev pkg-config libtool autoconf automake make bash libstdc++-dev g++ for [Debian/Ubuntu]
  • yum install libpcap-devel pkgconfig libtool autoconf automake make bash libstdc++-devel gcc-c++ for [CentOS/RHEL]

Build GitHub code:

 ~# git clone https://github.com/pmacct/pmacct.git
 ~# cd pmacct
 ~#  ./autogen.sh
 ~# ./configure #check-out available configure knobs via ./configure --help
 ~#  make
 ~#  make install #with super-user permission

RELICENSE INITIATIVE

The pmacct project is looking to make its code base available under a more permissive BSD-style license. More information about the motivation and process can be found in this announcement.

CONTRIBUTING

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].