-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathregistry.json
More file actions
145 lines (145 loc) · 7.54 KB
/
registry.json
File metadata and controls
145 lines (145 loc) · 7.54 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"schema_version": 1,
"plugins": [
{
"id": "duckdb",
"name": "DuckDB",
"description": "DuckDB local analytical database",
"author": "debba <https://github.com/debba>",
"homepage": "https://github.com/debba/tabularis-duckdb-plugin",
"latest_version": "0.2.0",
"releases": [
{
"version": "0.1.0",
"min_tabularis_version": "0.8.15",
"assets": {
"linux-arm64": "https://github.com/debba/tabularis-duckdb-plugin/releases/download/v0.1.0/duckdb-plugin-linux-arm64.zip",
"linux-x64": "https://github.com/debba/tabularis-duckdb-plugin/releases/download/v0.1.0/duckdb-plugin-linux-x64.zip",
"darwin-arm64": "https://github.com/debba/tabularis-duckdb-plugin/releases/download/v0.1.0/duckdb-plugin-darwin-arm64.zip",
"darwin-x64": "https://github.com/debba/tabularis-duckdb-plugin/releases/download/v0.1.0/duckdb-plugin-darwin-x64.zip",
"win-x64": "https://github.com/debba/tabularis-duckdb-plugin/releases/download/v0.1.0/duckdb-plugin-win-x64.zip"
}
},
{
"version": "0.2.0",
"min_tabularis_version": "0.9.2",
"assets": {
"linux-arm64": "https://github.com/debba/tabularis-duckdb-plugin/releases/download/v0.2.0/duckdb-plugin-linux-arm64.zip",
"linux-x64": "https://github.com/debba/tabularis-duckdb-plugin/releases/download/v0.2.0/duckdb-plugin-linux-x64.zip",
"darwin-arm64": "https://github.com/debba/tabularis-duckdb-plugin/releases/download/v0.2.0/duckdb-plugin-darwin-arm64.zip",
"darwin-x64": "https://github.com/debba/tabularis-duckdb-plugin/releases/download/v0.2.0/duckdb-plugin-darwin-x64.zip",
"win-x64": "https://github.com/debba/tabularis-duckdb-plugin/releases/download/v0.2.0/duckdb-plugin-win-x64.zip"
}
}
]
},
{
"id": "csv",
"name": "CSV Folder",
"description": "Query a folder of .csv / .tsv files as a database. Each file becomes a table.",
"author": "debba <https://github.com/debba>",
"homepage": "https://github.com/debba/tabularis-csv-plugin",
"latest_version": "1.0.2",
"releases": [
{
"version": "1.0.1",
"min_tabularis_version": "0.9.0",
"assets": {
"universal": "https://github.com/debba/tabularis-csv-plugin/releases/download/v1.0.1/tabularis-csv-plugin.zip"
}
},
{
"version": "1.0.2",
"min_tabularis_version": "0.9.2",
"assets": {
"universal": "https://github.com/debba/tabularis-csv-plugin/releases/download/v1.0.2/tabularis-csv-plugin.zip"
}
}
]
},
{
"id": "redis",
"name": "Redis (Go)",
"description": "Tabularis driver for Redis databases. Supports virtual table views for Strings, Hashes, Lists, Sets, and ZSets with native UI write operations.",
"author": "gzamboni <https://github.com/gzamboni>",
"homepage": "https://github.com/gzamboni/tabularis-redis-plugin-go",
"latest_version": "0.4.0",
"releases": [
{
"version": "0.4.0",
"min_tabularis_version": "0.9.2",
"assets": {
"linux-x64": "https://github.com/gzamboni/tabularis-redis-plugin-go/releases/download/v0.4.0/tabularis-redis-plugin-go-linux-amd64.zip",
"linux-arm64": "https://github.com/gzamboni/tabularis-redis-plugin-go/releases/download/v0.4.0/tabularis-redis-plugin-go-linux-arm64.zip",
"darwin-x64": "https://github.com/gzamboni/tabularis-redis-plugin-go/releases/download/v0.4.0/tabularis-redis-plugin-go-darwin-amd64.zip",
"darwin-arm64": "https://github.com/gzamboni/tabularis-redis-plugin-go/releases/download/v0.4.0/tabularis-redis-plugin-go-darwin-arm64.zip",
"win-x64": "https://github.com/gzamboni/tabularis-redis-plugin-go/releases/download/v0.4.0/tabularis-redis-plugin-go-windows-amd64.zip"
}
}
]
},
{
"id": "redis-rust",
"name": "Redis (Rust)",
"description": "Redis key-value store with Hash and RedisJSON row storage",
"author": "nicholas-papachriston <https://github.com/nicholas-papachriston>",
"homepage": "https://github.com/nicholas-papachriston/tabularis-redis-plugin",
"latest_version": "0.2.0",
"releases": [
{
"version": "0.2.0",
"min_tabularis_version": "0.9.2",
"assets": {
"linux-x64": "https://github.com/nicholas-papachriston/tabularis-redis-plugin/releases/download/v0.2.0/redis-plugin-rust-linux-x64.zip",
"linux-arm64": "https://github.com/nicholas-papachriston/tabularis-redis-plugin/releases/download/v0.2.0/redis-plugin-rust-linux-arm64.zip",
"darwin-x64": "https://github.com/nicholas-papachriston/tabularis-redis-plugin/releases/download/v0.2.0/redis-plugin-rust-darwin-x64.zip",
"darwin-arm64": "https://github.com/nicholas-papachriston/tabularis-redis-plugin/releases/download/v0.2.0/redis-plugin-rust-darwin-arm64.zip",
"win-x64": "https://github.com/nicholas-papachriston/tabularis-redis-plugin/releases/download/v0.2.0/redis-plugin-rust-win-x64.zip"
}
}
]
},
{
"id": "clickhouse",
"name": "Clickhouse",
"description": "ClickHouse columnar OLAP database driver",
"author": "debba <https://github.com/debba>",
"homepage": "https://github.com/debba/tabularis-clickhouse-plugin",
"latest_version": "0.1.0",
"releases": [
{
"version": "0.1.0",
"min_tabularis_version": "0.9.5",
"assets": {
"linux-x64": "https://github.com/debba/tabularis-clickhouse-plugin/releases/download/v0.1.0/clickhouse-plugin-linux-x64.zip",
"linux-arm64": "https://github.com/debba/tabularis-clickhouse-plugin/releases/download/v0.1.0/clickhouse-plugin-linux-arm64.zip",
"darwin-x64": "https://github.com/debba/tabularis-clickhouse-plugin/releases/download/v0.1.0/clickhouse-plugin-darwin-x64.zip",
"darwin-arm64": "https://github.com/debba/tabularis-clickhouse-plugin/releases/download/v0.1.0/clickhouse-plugin-darwin-arm64.zip",
"win-x64": "https://github.com/debba/tabularis-clickhouse-plugin/releases/download/v0.1.0/clickhouse-plugin-win-x64.zip"
}
}
]
},
{
"id": "hackernews",
"name": "HackerNews",
"description": "Query Hacker News as SQL: a style exercise showcasing Tabularis plugin settings, from feeds and comment depth to user profiles and poll options.",
"author": "debba <https://github.com/debba>",
"homepage": "https://github.com/debba/tabularis-hackernews-plugin",
"latest_version": "0.1.0",
"releases": [
{
"version": "0.1.0",
"min_tabularis_version": "0.9.7",
"assets": {
"linux-x64": "https://github.com/debba/tabularis-hackernews-plugin/releases/download/v0.1.0/hackernews-plugin-linux-x64.zip",
"linux-arm64": "https://github.com/debba/tabularis-hackernews-plugin/releases/download/v0.1.0/hackernews-plugin-linux-arm64.zip",
"darwin-x64": "https://github.com/debba/tabularis-hackernews-plugin/releases/download/v0.1.0/hackernews-plugin-darwin-x64.zip",
"darwin-arm64": "https://github.com/debba/tabularis-hackernews-plugin/releases/download/v0.1.0/hackernews-plugin-darwin-arm64.zip",
"win-x64": "https://github.com/debba/tabularis-hackernews-plugin/releases/download/v0.1.0/hackernews-plugin-win-x64.zip"
}
}
]
}
]
}