forked from hackolade/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pluginRegistry.json
108 lines (108 loc) · 3.55 KB
/
pluginRegistry.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
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
{
"plugins": [
{
"name": "test_repository",
"target": "TEST",
"author": "lenchvolodymyr",
"authorRepo": "https://github.com/lenchvolodymyr",
"description": "Description test",
"repository": "https://github.com/lenchvolodymyr/test_repository"
},
{
"name": "Cassandra",
"target": "CASSANDRA",
"author": "hackolade",
"authorRepo": "https://github.com/hackolade",
"description": "Hackolade plugin for Cassandra DataStax",
"repository": "https://github.com/hackolade/Cassandra"
},
{
"name": "CosmosDB-with-DocDB-API",
"target": "COSMOSDB-DOC",
"author": "hackolade",
"authorRepo": "https://github.com/hackolade",
"description": "Hackolade plugin for Azure Cosmos DB with DocumentDB API",
"repository": "https://github.com/hackolade/CosmosDB-with-DocDB-API"
},
{
"name": "CosmosDB-with-Mongo-API",
"target": "COSMOSDB-MONGO",
"author": "hackolade",
"authorRepo": "https://github.com/hackolade",
"description": "Hackolade plugin for Azure Cosmos DB with MongoDB API",
"repository": "https://github.com/hackolade/CosmosDB-with-Mongo-API"
},
{
"name": "Elasticsearch",
"target": "ELASTICSEARCH",
"author": "hackolade",
"authorRepo": "https://github.com/hackolade",
"description": "Hackolade plugin for Elasticsearch",
"repository": "https://github.com/hackolade/Elasticsearch"
},
{
"name": "Firebase",
"target": "FIREBASE",
"author": "hackolade",
"authorRepo": "https://github.com/hackolade",
"description": "Hackolade plugin for RealTime Firebase",
"repository": "https://github.com/hackolade/Firebase"
},
{
"name": "Firestore",
"target": "FIRESTORE",
"author": "hackolade",
"authorRepo": "https://github.com/hackolade",
"description": "Hackolade plugin for Cloud Firestore",
"repository": "https://github.com/hackolade/Firestore"
},
{
"name": "HBase",
"target": "HBase",
"author": "hackolade",
"authorRepo": "https://github.com/hackolade",
"description": "Hackolade plugin for Apache HBase",
"repository": "https://github.com/hackolade/HBase"
},
{
"name": "CouchbaseCustomProperties",
"target": "COUCHBASE",
"author": "hackolade",
"authorRepo": "https://github.com/hackolade",
"description": "Plugin to allow definition in Hackolade of custom properties for Couchbase target",
"repository": "https://github.com/hackolade/CouchbaseCustomProperties"
},
{
"name": "DynamoDBCustomProperties",
"target": "DYNAMODB",
"author": "hackolade",
"authorRepo": "https://github.com/hackolade",
"description": "Plugin to allow definition in Hackolade of custom properties for DynamoDB target",
"repository": "https://github.com/hackolade/DynamoDBCustomProperties"
},
{
"name": "JSONCustomProperties",
"target": "JSON",
"author": "hackolade",
"authorRepo": "https://github.com/hackolade",
"description": "Plugin to allow definition in Hackolade of custom properties for Plain JSON target",
"repository": "https://github.com/hackolade/JSONCustomProperties"
},
{
"name": "MongoDBCustomProperties",
"target": "MONGODB",
"author": "hackolade",
"authorRepo": "https://github.com/hackolade",
"description": "Plugin to allow definition in Hackolade of custom properties for MongoDB target",
"repository": "https://github.com/hackolade/MongoDBCustomProperties"
},
{
"name": "MonStor",
"target": "MonStor",
"author": "hackolade",
"authorRepo": "https://github.com/hackolade",
"description": "Hackolade plugin for MonStor",
"repository": "https://github.com/hackolade/MonStor"
}
]
}