A collection of installable Timeplus apps (.tpapp packages). Each app bundles a streaming data pipeline — DDL SQL resources and dashboards — into a single zip archive.
| App | Description | Downloads |
|---|---|---|
| market-data | Real-time crypto market data from Coinbase WebSocket — OHLC candlesticks, RSI, VWAP, and alpha signals | |
| github | Real-time GitHub public events pipeline — hot repos, push activity, and live event feed via PyGithub | |
| cep | Complex event processing demo — SQL-based fraud detection and JavaScript UDF pattern matching over simulated event streams | |
| hacker-news | Continuously ingests Hacker News posts and comments via the Firebase API — trending stories, active users, and post-type distributions | |
| invest-insights | Real-time trading monitoring — order management, position tracking, continuous auction participation rate, and live P&L | |
| cisco-asa-ddos | Real-time DDoS detection from simulated Cisco ASA firewall logs — dynamic per-IP baselines, spike detection, and webhook alerting | |
| game-feature-pipeline | Real-time ML feature pipeline for game analytics — player actions, transactions, social engagement, and spend anomaly detection |
# Build an app (default: market-data)
make build APP=<name>
# Build and install to a local Timeplus instance
make install APP=<name>
# Override the target instance
make install APP=<name> NEUTRON_URL=http://my-host:8000 TENANT=my-tenant- Create
apps/<your-app>/withmanifest.yaml,ddl/, anddashboards/ - Copy the
Makefilefrom an existing app and updateAPP_NAME - Run
make build APP=<your-app>from the repo root