forked from deepstreamIO/deepstream.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 1.32 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
[submodule "test-e2e/features"]
path = test-e2e/features
url = https://github.com/deepstreamIO/deepstream.io-e2e.git
[submodule "connectors/cache/redis"]
path = connectors/cache/redis
url = [email protected]:deepstreamIO/deepstream.io-cache-redis.git
[submodule "connectors/cache/memcached"]
path = connectors/cache/memcached
url = [email protected]:deepstreamIO/deepstream.io-cache-memcached.git
[submodule "connectors/cache/hazelcast"]
path = connectors/cache/hazelcast
url = [email protected]:deepstreamIO/deepstream.io-cache-hazelcast.git
[submodule "connectors/storage/postgres"]
path = connectors/storage/postgres
url = [email protected]:deepstreamIO/deepstream.io-storage-postgres.git
[submodule "connectors/storage/rethinkdb"]
path = connectors/storage/rethinkdb
url = [email protected]:deepstreamIO/deepstream.io-storage-rethinkdb.git
[submodule "connectors/storage/mongodb"]
path = connectors/storage/mongodb
url = [email protected]:deepstreamIO/deepstream.io-storage-mongodb.git
[submodule "connectors/storage/elasticsearch"]
path = connectors/storage/elasticsearch
url = [email protected]:deepstreamIO/deepstream.io-storage-elasticsearch.git
[submodule "client"]
path = client
url = [email protected]:deepstreamIO/deepstream.io-client-js.git
[submodule "ds-types"]
path = ds-types
url = [email protected]:deepstreamIO/deepstream.io-types.git