-
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathregistry.json
More file actions
198 lines (198 loc) · 10.9 KB
/
registry.json
File metadata and controls
198 lines (198 loc) · 10.9 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
{
"schema_version": 1,
"plugins": [
{
"id": "duckdb",
"name": "DuckDB",
"description": "DuckDB local analytical database",
"author": "debba <https://github.com/debba>",
"homepage": "https://github.com/TabularisDB/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/TabularisDB/tabularis-duckdb-plugin/releases/download/v0.1.0/duckdb-plugin-linux-arm64.zip",
"linux-x64": "https://github.com/TabularisDB/tabularis-duckdb-plugin/releases/download/v0.1.0/duckdb-plugin-linux-x64.zip",
"darwin-arm64": "https://github.com/TabularisDB/tabularis-duckdb-plugin/releases/download/v0.1.0/duckdb-plugin-darwin-arm64.zip",
"darwin-x64": "https://github.com/TabularisDB/tabularis-duckdb-plugin/releases/download/v0.1.0/duckdb-plugin-darwin-x64.zip",
"win-x64": "https://github.com/TabularisDB/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/TabularisDB/tabularis-duckdb-plugin/releases/download/v0.2.0/duckdb-plugin-linux-arm64.zip",
"linux-x64": "https://github.com/TabularisDB/tabularis-duckdb-plugin/releases/download/v0.2.0/duckdb-plugin-linux-x64.zip",
"darwin-arm64": "https://github.com/TabularisDB/tabularis-duckdb-plugin/releases/download/v0.2.0/duckdb-plugin-darwin-arm64.zip",
"darwin-x64": "https://github.com/TabularisDB/tabularis-duckdb-plugin/releases/download/v0.2.0/duckdb-plugin-darwin-x64.zip",
"win-x64": "https://github.com/TabularisDB/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/TabularisDB/tabularis-csv-plugin",
"latest_version": "1.0.2",
"releases": [
{
"version": "1.0.1",
"min_tabularis_version": "0.9.0",
"assets": {
"universal": "https://github.com/TabularisDB/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/TabularisDB/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/TabularisDB/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/TabularisDB/tabularis-clickhouse-plugin/releases/download/v0.1.0/clickhouse-plugin-linux-x64.zip",
"linux-arm64": "https://github.com/TabularisDB/tabularis-clickhouse-plugin/releases/download/v0.1.0/clickhouse-plugin-linux-arm64.zip",
"darwin-x64": "https://github.com/TabularisDB/tabularis-clickhouse-plugin/releases/download/v0.1.0/clickhouse-plugin-darwin-x64.zip",
"darwin-arm64": "https://github.com/TabularisDB/tabularis-clickhouse-plugin/releases/download/v0.1.0/clickhouse-plugin-darwin-arm64.zip",
"win-x64": "https://github.com/TabularisDB/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/TabularisDB/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/TabularisDB/tabularis-hackernews-plugin/releases/download/v0.1.0/hackernews-plugin-linux-x64.zip",
"linux-arm64": "https://github.com/TabularisDB/tabularis-hackernews-plugin/releases/download/v0.1.0/hackernews-plugin-linux-arm64.zip",
"darwin-x64": "https://github.com/TabularisDB/tabularis-hackernews-plugin/releases/download/v0.1.0/hackernews-plugin-darwin-x64.zip",
"darwin-arm64": "https://github.com/TabularisDB/tabularis-hackernews-plugin/releases/download/v0.1.0/hackernews-plugin-darwin-arm64.zip",
"win-x64": "https://github.com/TabularisDB/tabularis-hackernews-plugin/releases/download/v0.1.0/hackernews-plugin-win-x64.zip"
}
}
]
},
{
"id": "db2",
"name": "IBM Db2",
"description": "IBM Db2 driver plugin for Tabularis",
"author": "debba <https://github.com/debba>",
"homepage": "https://github.com/TabularisDB/tabularis-db2-plugin",
"latest_version": "0.0.1",
"releases": [
{
"version": "0.0.1",
"min_tabularis_version": "0.9.17",
"assets": {
"linux-x64": "https://github.com/TabularisDB/tabularis-db2-plugin/releases/download/v0.0.1/db2-plugin-linux-x64.zip",
"linux-arm64": "https://github.com/TabularisDB/tabularis-db2-plugin/releases/download/v0.0.1/db2-plugin-linux-arm64.zip",
"darwin-x64": "https://github.com/TabularisDB/tabularis-db2-plugin/releases/download/v0.0.1/db2-plugin-darwin-x64.zip",
"darwin-arm64": "https://github.com/TabularisDB/tabularis-db2-plugin/releases/download/v0.0.1/db2-plugin-darwin-arm64.zip",
"win-x64": "https://github.com/TabularisDB/tabularis-db2-plugin/releases/download/v0.0.1/db2-plugin-win-x64.zip"
}
}
]
},
{
"id": "google-sheets",
"name": "Google Sheets",
"description": "Query Google Sheets spreadsheets as SQL tables. Each tab becomes a table, the first row defines column headers.",
"author": "debba <https://github.com/debba>",
"homepage": "https://github.com/TabularisDB/tabularis-google-sheets-plugin",
"latest_version": "0.2.0",
"releases": [
{
"version": "0.2.0",
"min_tabularis_version": "0.9.21",
"assets": {
"linux-x64": "https://github.com/TabularisDB/tabularis-google-sheets-plugin/releases/download/v0.2.0/google-sheets-plugin-linux-x64.zip",
"linux-arm64": "https://github.com/TabularisDB/tabularis-google-sheets-plugin/releases/download/v0.2.0/google-sheets-plugin-linux-arm64.zip",
"darwin-x64": "https://github.com/TabularisDB/tabularis-google-sheets-plugin/releases/download/v0.2.0/google-sheets-plugin-darwin-x64.zip",
"darwin-arm64": "https://github.com/TabularisDB/tabularis-google-sheets-plugin/releases/download/v0.2.0/google-sheets-plugin-darwin-arm64.zip",
"win-x64": "https://github.com/TabularisDB/tabularis-google-sheets-plugin/releases/download/v0.2.0/google-sheets-plugin-win-x64.zip"
}
},
{
"version": "0.1.0",
"min_tabularis_version": "0.9.21",
"assets": {
"linux-x64": "https://github.com/TabularisDB/tabularis-google-sheets-plugin/releases/download/v0.1.0/google-sheets-plugin-linux-x64.zip",
"linux-arm64": "https://github.com/TabularisDB/tabularis-google-sheets-plugin/releases/download/v0.1.0/google-sheets-plugin-linux-arm64.zip",
"darwin-x64": "https://github.com/TabularisDB/tabularis-google-sheets-plugin/releases/download/v0.1.0/google-sheets-plugin-darwin-x64.zip",
"darwin-arm64": "https://github.com/TabularisDB/tabularis-google-sheets-plugin/releases/download/v0.1.0/google-sheets-plugin-darwin-arm64.zip",
"win-x64": "https://github.com/TabularisDB/tabularis-google-sheets-plugin/releases/download/v0.1.0/google-sheets-plugin-win-x64.zip"
}
}
]
}
]
}