Skip to content

timeplus-io/apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timeplus Apps

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.

Apps

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 & Install

# 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

Adding a New App

  1. Create apps/<your-app>/ with manifest.yaml, ddl/, and dashboards/
  2. Copy the Makefile from an existing app and update APP_NAME
  3. Run make build APP=<your-app> from the repo root

About

Timeplus Applications

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors