-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates.json
53 lines (53 loc) · 1.97 KB
/
templates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"templates": [
{
"id": "mcp-server-analytics",
"title": "MCP Server Analytics",
"description": "Monitor your MCP server logs with Tinybird",
"repoUrl": "https://github.com/tinybirdco/mcp-tinybird/tree/main/mcp-server-analytics",
"deployUrl": "https://github.com/tinybirdco/mcp-tinybird/mcp-server-analytics/tinybird",
"demoUrl": "https://analytics.tinybird.co",
"categories": [
"monitoring",
"grafana",
"starter"
],
"author": "Alberto Romeu",
"image": "https://github.com/tinybirdco/templates/raw/main/mcp-tinybird/header.png",
"readme": "https://raw.githubusercontent.com/tinybirdco/templates/main/mcp-tinybird/TEMPLATE.md"
},
{
"id": "flappy-tinybird",
"title": "Flappy Tinybird",
"description": "A game + real-time gaming dashboard built with Tinybird",
"repoUrl": "https://github.com/tinybirdco/flappy-tinybird",
"deployUrl": "https://github.com/tinybirdco/flappy-tinybird/tinybird",
"demoUrl": "https://tbrd.co/flappybird",
"categories": [
"dashboard",
"demo",
"starter",
"vite"
],
"author": "Tinybird",
"image": "https://github.com/tinybirdco/templates/raw/main/flappy-tinybird/header.png",
"readme": "https://raw.githubusercontent.com/tinybirdco/templates/main/flappy-tinybird/TEMPLATE.md"
},
{
"id": "ais",
"title": "AIS data explorer",
"description": "This template offers a simple exploratory interface over AIS Data",
"repoUrl": "https://github.com/tinybirdco/demo-ais",
"deployUrl": "https://github.com/tinybirdco/demo-ais",
"demoUrl": "",
"categories": [
"dashboard",
"demo",
"python"
],
"author": "Dan Chaffelson",
"image": "https://github.com/tinybirdco/templates/raw/main/demo-ais/header.png",
"readme": "https://raw.githubusercontent.com/tinybirdco/templates/main/demo-ais/TEMPLATE.md"
}
]
}