goConvert

command
v4.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2025 License: GPL-2.0 Imports: 22 Imported by: 0

README

goConvert

Ingest flow data from CSV files and convert it to GPFiles for goDBv

Quick Start

How to run

go run goConvert.go --help

Ingesting Flow Data

You need to make sure that the data which you are importing is ordered by time and provides a column which stores UNIX timestamps. An example csv file may look as follows:

# HEADER: bytes_rcvd,bytes_sent,dip,dport,packets_rcvd,packets_sent,proto,sip,tstamp
...
40,72,172.23.34.171,8080,1,1,6,10.11.72.28,1392997558
40,72,172.23.34.171,49362,1,1,6,10.11.72.28,1392999058
...

You must abide by this structure, otherwise the conversion will fail.

Documentation

Overview

Binary to read in database data from csv files and push it to the goDB writer which creates a .gpf columnar database from the data at a specified location.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL