modulepackage
0.0.0-20250221142512-44a1f9ba5caf
Repository: https://github.com/pipedrive/uncouch.git
Documentation: pkg.go.dev
# README
uncouch
Tool to extract JSON data directly from CouchDB data files
# Packages
No description provided by the author
Package couchbytes provides routines to read CoucDB blocks into byte slices working around special meaning of the 4K boundry and handling the uncompression of compressed data.
Package couchdbfile provides interface to Couch DB file.
Package erldeser provides routines to deserialise Erlang terms.
Package erlterm provides data structure to store erlang Term in Go.
Package jsonser renders JSON document from Erlang internal representation into normal JSON.
Package leakybucket implements leaky bucket recycling for byte slices to reduce burden on GC.
Package logger provides singleton logger for all the packages in the application.
Package termite data structure to store compound Erlang terms (lists, structures) in recursuved ata structure.