Institutional-grade sentiment engine built for speed. Utilizing a Three-Tier Intelligence Failover with FinBERT ONNX pipelines, real-time news feeds, and LLM fallbacks.
Trading bots cannot afford downtime or hallucinations. TierPulse ensures reliability by cascading analysis across three distinct layers.
Processes millions of tokens per second with Rust's memory safety. Automatically batches requests for news providers and LLMs to minimize latency.
Hybrid caching strategy using Moka for fast in-memory lookups and Redis for distributed coordination. Scalable performance without bottleneck.
Built-in "Token Bucket" rate-limiter protects upstream API quotas. Ensures "Five Nines" (99.999%) availability for critical missions.
Memory Safety: Elimination of data races in high-concurrency sentiment streams.
Zero-Bloat Deployment: Multi-stage distroless builds resulting in a container footprint around 400MB.
Targeted Availability: Engineering towards "Five Nines" (99.999%) uptime for institutional missions.
TierPulse is available on Docker Hub as a zero-bloat, distroless image optimized for high-performance production clusters. Minimal attack surface, blazingly fast startup.
docker pull boxedcode/tierpulse:latest
docker run -p 8080:8080 --env-file .env
boxedcode/tierpulse:latest
Help us keep TierPulse the fastest financial sentiment engine in the open-source ecosystem.
☕ Support TierPulse Development