forked from FIWARE/catalogue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
223 lines (223 loc) · 9.97 KB
/
.gitmodules
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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
[submodule "core/orion"]
path = core/orion
url = https://github.com/telefonicaid/fiware-orion.git
[submodule "core/cosmos"]
path = core/cosmos/cosmos-flink
url = https://github.com/ging/fiware-cosmos-orion-flink-connector.git
[submodule "security/keyrock"]
path = security/keyrock
url = https://github.com/ging/fiware-idm.git
[submodule "iot-agents/iotagent-ultralight"]
path = iot-agents/iotagent-ultralight
url = https://github.com/telefonicaid/iotagent-ul.git
[submodule "iot-agents/iotagent-lightweightM2M"]
path = iot-agents/iotagent-lightweightM2M
url = https://github.com/telefonicaid/lightweightm2m-iotagent
[submodule "iot-agents/iotagent-node-"]
path = iot-agents/iotagent-node-lib
url = https://github.com/telefonicaid/iotagent-node-lib.git
[submodule "security/authzforce"]
path = security/authzforce
url = https://github.com/authzforce/server
[submodule "iot-agents/iotagent-LoRaWAN"]
path = iot-agents/iotagent-LoRaWAN
url = https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN
[submodule "security/wilma"]
path = security/wilma
url = https://github.com/ging/fiware-pep-proxy.git
[submodule "data-management/business-api"]
path = data-publication/business-api/business-api
url = https://github.com/FIWARE-TMForum/Business-API-Ecosystem
[submodule "iotagents/iotagent-json"]
path = iot-agents/iotagent-json
url = https://github.com/telefonicaid/iotagent-json
[submodule "iot-agents/OpenMTC"]
path = iot-agents/OpenMTC
url = https://github.com/OpenMTC/OpenMTC
[submodule "robotics/Fast-DDS"]
path = robotics/Fast-DDS
url = https://github.com/eProsima/Fast-DDS.git
[submodule "processing/kurento/media-server"]
path = iot-agents/kurento/media-server
url = https://github.com/Kurento/kurento-media-server.git
[submodule "processing/kurento/media-server-docker"]
path = iot-agents/kurento/media-server-docker
url = https://github.com/Kurento/kurento-docker.git
[submodule "processing/kurento/documentation"]
path = iot-agents/kurento/documentation
url = https://github.com/Kurento/doc-fiware-readthedocs.git
[submodule "processing/wirecloud/wirecloud"]
path = processing/wirecloud/wirecloud
url = https://github.com/Wirecloud/wirecloud
branch = develop
[submodule "processing/wirecloud/wirecloud-docker"]
path = processing/wirecloud/wirecloud-docker
url = https://github.com/Wirecloud/docker-wirecloud
[submodule "core/perseo/core"]
path = processing/perseo/back-end
url = https://github.com/telefonicaid/perseo-core.git
[submodule "core/perseo/front-end"]
path = processing/perseo/front-end
url = https://github.com/telefonicaid/perseo-fe.git
[submodule "core/quantum-leap"]
path = core/quantum-leap
url = https://github.com/smartsdk/ngsi-timeseries-api.git
[submodule "processing/cosmos/examples"]
path = core/cosmos/examples-flink
url = https://github.com/ging/fiware-cosmos-orion-flink-connector-examples.git
[submodule "data-publication/business-api/product-catalog"]
path = data-publication/business-api/product-catalog
url = https://github.com/FIWARE-TMForum/DSPRODUCTCATALOG2.git
[submodule "data-publication/business-api/ordering-management"]
path = data-publication/business-api/ordering-management
url = https://github.com/FIWARE-TMForum/DSPRODUCTORDERING.git
[submodule "data-publication/business-api/product-inventory"]
path = data-publication/business-api/product-inventory
url = https://github.com/FIWARE-TMForum/DSPRODUCTINVENTORY.git
[submodule "data-publication/business-api/party-management"]
path = data-publication/business-api/party-management
url = https://github.com/FIWARE-TMForum/DSPARTYMANAGEMENT.git
branch = develop
[submodule "data-publication/business-api/customer-management"]
path = data-publication/business-api/customer-management
url = https://github.com/FIWARE-TMForum/DSCUSTOMER.git
branch = develop
[submodule "data-publication/business-api/billing-management"]
path = data-publication/business-api/billing-management
url = https://github.com/FIWARE-TMForum/DSBILLINGMANAGEMENT.git
[submodule "data-publication/business-api/usage-management"]
path = data-publication/business-api/usage-management
url = https://github.com/FIWARE-TMForum/DSUSAGEMANAGEMENT.git
branch = develop
[submodule "data-publication/business-api/rss"]
path = data-publication/business-api/rss
url = https://github.com/FIWARE-TMForum/business-ecosystem-rss.git
[submodule "data-publication/business-api/charging-backend"]
path = data-publication/business-api/charging-backend
url = https://github.com/FIWARE-TMForum/business-ecosystem-charging-backend.git
[submodule "data-publication/business-api/logic-proxy"]
path = data-publication/business-api/logic-proxy
url = https://github.com/FIWARE-TMForum/business-ecosystem-logic-proxy.git
[submodule "data-publication/ckan-extensions/ckan-extensions"]
path = data-publication/ckan-extensions/ckan-extensions
url = https://github.com/conwetlab/FIWARE-CKAN-Extensions.git
[submodule "data-publication/ckan-extensions/oauth2"]
path = data-publication/ckan-extensions/oauth2
url = https://github.com/conwetlab/ckanext-oauth2.git
[submodule "data-publication/ckan-extensions/private-datasets"]
path = data-publication/ckan-extensions/private-datasets
url = https://github.com/conwetlab/ckanext-privatedatasets.git
[submodule "data-publication/ckan-extensions/right-time-context"]
path = data-publication/ckan-extensions/right-time-context
url = https://github.com/conwetlab/ckanext-right_time_context.git
[submodule "data-publication/ckan-extensions/business-api-publisher"]
path = data-publication/ckan-extensions/business-api-publisher
url = https://github.com/FIWARE-TMForum/ckanext-baepublisher.git
[submodule "data-publication/ckan-extensions/wirecloud-dashboards"]
path = data-publication/ckan-extensions/wirecloud-dashboards
url = https://github.com/conwetlab/ckanext-wirecloud_view.git
[submodule "data-publication/ckan-extensions/data-requests"]
path = data-publication/ckan-extensions/data-requests
url = https://github.com/conwetlab/ckanext-datarequests.git
[submodule "data-publication/idra"]
path = data-publication/idra
url = https://github.com/OPSILab/Idra.git
[submodule "core/cygnus"]
path = core/cygnus
url = https://github.com/telefonicaid/fiware-cygnus
[submodule "core/draco"]
path = core/draco
url = https://github.com/ging/fiware-draco
[submodule "core/sth-comet"]
path = core/sth-comet
url = https://github.com/telefonicaid/fiware-sth-comet.git
[submodule "iot-agents/iotagent-sigfox"]
path = iot-agents/iotagent-sigfox
url = https://github.com/telefonicaid/sigfox-iotagent/
[submodule "robotics/Micro-XRCE-DDS"]
path = robotics/Micro-XRCE-DDS
url = https://github.com/eProsima/Micro-XRCE-DDS.git
[submodule "robotics/firos"]
path = robotics/firos
url = https://github.com/iml130/firos.git
[submodule "processing/cosmos-spark"]
path = core/cosmos/cosmos-spark
url = https://github.com/ging/fiware-cosmos-orion-spark-connector
[submodule "processing/cosmos/examples-spark"]
path = core/cosmos/examples-spark
url = https://github.com/ging/fiware-cosmos-orion-spark-connector-examples
[submodule "processing/open-vidu"]
path = iot-agents/open-vidu
url = https://github.com/OpenVidu/openvidu
[submodule "core/scorpio"]
path = core/scorpio
url = https://github.com/ScorpioBroker/ScorpioBroker
[submodule "core/orion-ld"]
path = core/orion-ld
url = https://github.com/FIWARE/context.Orion-LD.git
[submodule "core/stellio"]
path = core/stellio
url = https://github.com/stellio-hub/stellio-context-broker
[submodule "third-party/oliot"]
path = third-party/oliot
url = https://github.com/yalewkidane/FIWARE_EPCIS_Mediation_Gateway.git
[submodule "processing/fogflow"]
path = processing/fogflow
url = https://github.com/smartfog/fogflow.git
[submodule "iot-agents/iotagent-isoxml"]
path = iot-agents/iotagent-isoxml
url = https://github.com/FIWARE/iotagent-isoxml
[submodule "core/canis-major"]
path = core/canis-major
url = https://github.com/FIWARE/CanisMajor.git
[submodule "security/true-connector"]
path = security/true-connector
url = https://github.com/Engineering-Research-and-Development/fiware-true-connector
[submodule "data-spaces/fiware-on-k8s"]
path = data-spaces/fiware-on-k8s
url = https://github.com/FIWARE/production-on-k8s
[submodule "security/pep-steelskin"]
path = security/pep-steelskin
url = https://github.com/telefonicaid/fiware-pep-steelskin
[submodule "security/keypass"]
path = security/keypass
url = https://github.com/telefonicaid/fiware-keypass
[submodule "security/keystone-scim"]
path = security/keystone-scim
url = https://github.com/telefonicaid/fiware-keystone-scim
[submodule "security/keystone-spassword"]
path = security/keystone-spassword
url = https://github.com/telefonicaid/fiware-keystone-spassword
[submodule "processing/ngsijs"]
path = core/ngsijs
url = https://github.com/Ficodes/ngsijs.git
[submodule "core/pyspark-connector"]
path = core/pyspark-connector
url = https://github.com/Engineering-Research-and-Development/fiware-orion-pyspark-connector.git
[submodule "core/apollo"]
path = core/apollo
url = https://github.com/FIWARE/apollo.git
[submodule "api-management/endpoint-auth-service"]
path = api-management/endpoint-auth-service
url = https://github.com/FIWARE/endpoint-auth-service.git
[submodule "api-management/kong/plugins"]
path = api-management/kong/plugins
url = https://github.com/FIWARE/kong-plugins-fiware.git
[submodule "api-management/kong/lua-fiware-lib"]
path = api-management/kong/lua-fiware-lib
url = https://github.com/FIWARE/lua-fiware-lib.git
[submodule "api-management/coat-rack"]
path = api-management/coat-rack
url = https://github.com/coatrack/coatrack
[submodule "robotics/iotagent-opcua"]
path = robotics/iotagent-opcua
url = https://github.com/Engineering-Research-and-Development/iotagent-opcua.git
[submodule "api-management/apinf/api-umbrella"]
path = api-management/apinf/api-umbrella
url = https://github.com/FIWARE/api-umbrella
[submodule "api-management/apinf/apinf"]
path = api-management/apinf/apinf
url = https://github.com/apinf/platform
[submodule "third-party/domibus"]
path = third-party/domibus
url = https://ec.europa.eu/digital-building-blocks/code/scm/edelivery/domibus.git