Expand description
Code for processing and integrating book data.
The book data tools are developed as a monolithic executable. The commands
themselves live under cli, while the rest of the package contains data
definitions and helper routines that build on this code. The tools are not
currently usable as a library; you can extend them by adding additional commands
to the cli module (src/cli/
in the source tree).
Modulesยง
- amazon ๐
- Structs defining Amazon data sets.
- arrow ๐
- cleaning ๐
- Utilities for cleaning data.
- cli ๐
- Command line interface for book data.
- gender ๐
- Code for working with genders.
- goodreads ๐
- Schemas and processing logic for GoodReads data.
- graph ๐
- ids ๐
- Identifiers, namespaces, and their management.
- interactions ๐
- Manage and deduplicate ratings and interactions.
- io ๐
- layout ๐
- Utilities for working with the directory tree layout.
- marc ๐
- Process and store MARC data.
- openlib ๐
- OpenLibrary data layouts and parsing logic.
- parsing ๐
- Parsing utilities. Format-specific parsing is in various other modules.
- prelude ๐
- tsv ๐
- util ๐
- Various utility modules.
Macrosยง
- json_
from_ str - Macro to implement FromStr using JSON.
Staticsยง
- GLOBAL ๐
Functionsยง
- main ๐