DuckDB data access layer for financial data storage.
ryzmisc provides a data access layer for DuckDB-backed financial data storage with the following core functions:
- cdp - Point-in-time queries
- cdh - Historical time series queries
- cds - Data set queries
- cdu - Data upload functions
Features built-in caching for reference data with configurable cache lifetime and explicit refresh control.
# Install from GitHub
pak::pak("ruiyiz/ryzmisc")MIT