aboutsummaryrefslogblamecommitdiff
path: root/dns/dnstable/pkg-descr
blob: f0f2c664cf086c4f3f5b21faa2cc5f65a2ca4c33 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                               
dnstable implements an encoding format for passive DNS data. It consists of a
C library, libdnstable, and several command line utilities for creating,
querying, and merging dnstable data files.

It stores key-value records in Sorted String Table (SSTable) files and provides
high-level interfaces for querying or iterating over the stored records.
dnstable encodes individual records using a format tailored for efficiently
storing passive DNS data and can quickly perform both "forward" and "inverse"
searches.