-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecosystem.json
64 lines (64 loc) · 1.16 KB
/
ecosystem.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
{
"packages": [
{
"path": "errorstack"
},
{
"path": "event"
},
{
"path": "integration"
},
{
"path": "service"
},
{
"path": "telemetry/log"
},
{
"path": "telemetry/trace"
}
],
"integrations": [
{
"id": "rest",
"name": "REST router",
"description": "for building REST APIs"
},
{
"id": "nats",
"name": "NATS JetStream",
"description": "for distributed systems"
},
{
"id": "temporal",
"name": "Temporal",
"description": "for durable executions"
},
{
"id": "vault",
"name": "Vault",
"description": "for secret management"
},
{
"id": "postgres",
"name": "PostgreSQL",
"description": "as transactional database"
},
{
"id": "clickhouse",
"name": "ClickHouse",
"description": "as real-time data warehouse"
},
{
"id": "bucket",
"name": "Bucket",
"description": "for standardized blob storage"
},
{
"id": "openfeature",
"name": "OpenFeature",
"description": "for standardized feature flags"
}
]
}