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
10
//! Daemon module for background GDELT data synchronization.
//!
//! Provides a background process that can automatically sync GDELT data
//! at regular intervals (GDELT updates every 15 minutes).

pub mod process;
pub mod scheduler;
pub mod state;
pub mod sync;