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 |
|---|---|
| market-data | Real-time crypto market data from Coinbase WebSocket — OHLC, 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 |
# 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