{"id":50268591,"url":"https://github.com/timeplus-io/apps","last_synced_at":"2026-05-27T15:30:52.360Z","repository":{"id":356590839,"uuid":"1230356683","full_name":"timeplus-io/apps","owner":"timeplus-io","description":"Timeplus Applications","archived":false,"fork":false,"pushed_at":"2026-05-22T19:56:25.000Z","size":322,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T22:33:26.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PLpgSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timeplus-io.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-05T23:22:00.000Z","updated_at":"2026-05-22T19:52:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/timeplus-io/apps","commit_stats":null,"previous_names":["timeplus-io/apps"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/timeplus-io/apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timeplus-io%2Fapps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timeplus-io%2Fapps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timeplus-io%2Fapps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timeplus-io%2Fapps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timeplus-io","download_url":"https://codeload.github.com/timeplus-io/apps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timeplus-io%2Fapps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33573247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-27T15:30:49.976Z","updated_at":"2026-05-27T15:30:52.351Z","avatar_url":"https://github.com/timeplus-io.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timeplus Apps\n\nA collection of installable Timeplus apps (`.tpapp` packages). Each app bundles a streaming data pipeline — DDL SQL resources and dashboards — into a single zip archive.\n\n**Browse the catalog:** **\u003chttps://timeplus-io.github.io/apps/\u003e** — searchable index of every app with descriptions, screenshots, and direct download links.\n\n## Apps\n\n| App | Description | Downloads |\n|-----|-------------|-----------|\n| [market-data](apps/market-data/README.md) | Real-time crypto market data from Coinbase WebSocket — OHLC candlesticks, RSI, VWAP, and alpha signals | ![Downloads](https://img.shields.io/github/downloads/timeplus-io/apps/latest/market-data.tpapp?label=downloads) |\n| [alpha-101](apps/alpha-101/readme.md) | Streaming demo of WorldQuant Alpha #1 and Alpha #2 over a synthetic multi-stock random feed — cross-sectional rank, lag arrays, rolling correlation, with live + backtest dashboards | ![Downloads](https://img.shields.io/github/downloads/timeplus-io/apps/latest/alpha-101.tpapp?label=downloads) |\n| [github](apps/github/) | Real-time GitHub public events pipeline — hot repos, push activity, and live event feed via PyGithub | ![Downloads](https://img.shields.io/github/downloads/timeplus-io/apps/latest/github.tpapp?label=downloads) |\n| [cep](apps/cep/) | Complex event processing demo — SQL-based fraud detection and JavaScript UDF pattern matching over simulated event streams | ![Downloads](https://img.shields.io/github/downloads/timeplus-io/apps/latest/cep.tpapp?label=downloads) |\n| [hacker-news](apps/hacker-news/) | Continuously ingests Hacker News posts and comments via the Firebase API — trending stories, active users, and post-type distributions | ![Downloads](https://img.shields.io/github/downloads/timeplus-io/apps/latest/hacker-news.tpapp?label=downloads) |\n| [invest-insights](apps/invest-insights/) | Real-time trading monitoring — order management, position tracking, continuous auction participation rate, and live P\u0026L | ![Downloads](https://img.shields.io/github/downloads/timeplus-io/apps/latest/invest-insights.tpapp?label=downloads) |\n| [cisco-asa-ddos](apps/cisco-asa-ddos/) | Real-time DDoS detection from simulated Cisco ASA firewall logs — dynamic per-IP baselines, spike detection, and webhook alerting | ![Downloads](https://img.shields.io/github/downloads/timeplus-io/apps/latest/cisco-asa-ddos.tpapp?label=downloads) |\n| [game-feature-pipeline](apps/game-feature-pipeline/) | Real-time ML feature pipeline for game analytics — player actions, transactions, social engagement, and spend anomaly detection | ![Downloads](https://img.shields.io/github/downloads/timeplus-io/apps/latest/game-feature-pipeline.tpapp?label=downloads) |\n\n## Build \u0026 Install\n\n```bash\n# Build an app (default: market-data)\nmake build APP=\u003cname\u003e\n\n# Build and install to a local Timeplus instance\nmake install APP=\u003cname\u003e\n\n# Override the target instance\nmake install APP=\u003cname\u003e NEUTRON_URL=http://my-host:8000 TENANT=my-tenant\n```\n\n## Adding a New App\n\n1. Create `apps/\u003cyour-app\u003e/` with `manifest.yaml`, `ddl/`, and `dashboards/`\n2. Copy the `Makefile` from an existing app and update `APP_NAME`\n3. Run `make build APP=\u003cyour-app\u003e` from the repo root\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimeplus-io%2Fapps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimeplus-io%2Fapps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimeplus-io%2Fapps/lists"}