gdelt 0.1.0

CLI for GDELT Project - optimized for agentic usage with local data caching
1
2
3
4
5
6
7
8
9
//! Data download and sync module.
//!
//! This module handles downloading GDELT data files and
//! importing them into the local database.

pub mod downloader;
pub mod importer;
pub mod masterfile;