gosce-postgres-kafka-stack-generator 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gosce_postgres_kafka_stack_generator/__init__.py +9 -0
- gosce_postgres_kafka_stack_generator-0.1.0.dist-info/METADATA +29 -0
- gosce_postgres_kafka_stack_generator-0.1.0.dist-info/RECORD +6 -0
- gosce_postgres_kafka_stack_generator-0.1.0.dist-info/WHEEL +5 -0
- gosce_postgres_kafka_stack_generator-0.1.0.dist-info/licenses/LICENSE +21 -0
- gosce_postgres_kafka_stack_generator-0.1.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"""Thin client for Postgres + Kafka Stack Generator (remote MCP + A2A agent on getvda.ai)."""
|
|
2
|
+
__version__ = "0.1.0"
|
|
3
|
+
MCP_ENDPOINT = "https://confluentinc-cp-kafka-confluentin-83a0d7.getvda.ai/mcp"
|
|
4
|
+
A2A_ENDPOINT = "https://confluentinc-cp-kafka-confluentin-83a0d7.getvda.ai/a2a"
|
|
5
|
+
HOME = "https://confluentinc-cp-kafka-confluentin-83a0d7.getvda.ai"
|
|
6
|
+
|
|
7
|
+
def endpoint() -> str:
|
|
8
|
+
"""Return the remote MCP endpoint URL."""
|
|
9
|
+
return MCP_ENDPOINT
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: gosce-postgres-kafka-stack-generator
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Generate a production-ready docker-compose.yml for a multi-service infrastructure stack — messaging (Kafka/ZooKeeper, RabbitMQ, NATS), object storage (MinIO), search (Elasticsearch/OpenSearch), databa
|
|
5
|
+
Author: Rawson Consulting B.V.
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://confluentinc-cp-kafka-confluentin-83a0d7.getvda.ai
|
|
8
|
+
Project-URL: Portfolio, https://agents.getvda.ai/agents
|
|
9
|
+
Keywords: mcp,a2a,ai-agent,postgres-kafka-stack-generator,getvda
|
|
10
|
+
Requires-Python: >=3.9
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
License-File: LICENSE
|
|
13
|
+
Dynamic: license-file
|
|
14
|
+
|
|
15
|
+
# gosce-postgres-kafka-stack-generator
|
|
16
|
+
|
|
17
|
+
Generate a production-ready docker-compose.yml for a multi-service infrastructure stack — messaging (Kafka/ZooKeeper, RabbitMQ, NATS), object storage (MinIO), search (Elasticsearch/OpenSearch), databases, caches, web servers and auth (Keycloak/Vault). Every service is health-checked, on a private bridge network, with named volumes and a matching .env.example. Kafka auto-wires its required ZooKeeper.
|
|
18
|
+
|
|
19
|
+
Thin client for the **Postgres + Kafka Stack Generator** remote agent on [getvda.ai](https://confluentinc-cp-kafka-confluentin-83a0d7.getvda.ai) — speaks open **MCP** (streamable-http) and **A2A**. Discovery is free; execution is metered via Nevermined x402.
|
|
20
|
+
|
|
21
|
+
```python
|
|
22
|
+
import gosce_postgres_kafka_stack_generator
|
|
23
|
+
print(gosce_postgres_kafka_stack_generator.MCP_ENDPOINT) # https://confluentinc-cp-kafka-confluentin-83a0d7.getvda.ai/mcp
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
- MCP: `https://confluentinc-cp-kafka-confluentin-83a0d7.getvda.ai/mcp`
|
|
27
|
+
- A2A: `https://confluentinc-cp-kafka-confluentin-83a0d7.getvda.ai/a2a`
|
|
28
|
+
- Home: https://confluentinc-cp-kafka-confluentin-83a0d7.getvda.ai
|
|
29
|
+
- Portfolio: https://agents.getvda.ai/agents
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
gosce_postgres_kafka_stack_generator/__init__.py,sha256=4Ea31UvAXZVpOZdyCADXOZ_XAWKLnbT9C-QvBZKffTQ,438
|
|
2
|
+
gosce_postgres_kafka_stack_generator-0.1.0.dist-info/licenses/LICENSE,sha256=05OuvW5zXISg67HeCfchliq2Enzw2Y4R0TcmbJ8PflY,1079
|
|
3
|
+
gosce_postgres_kafka_stack_generator-0.1.0.dist-info/METADATA,sha256=JAjKCeNAZY-UUA7vuU98u03sC384-XDTHqyk5SRFlf0,1793
|
|
4
|
+
gosce_postgres_kafka_stack_generator-0.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
5
|
+
gosce_postgres_kafka_stack_generator-0.1.0.dist-info/top_level.txt,sha256=ThTBbSsOmhuwWNb9SeEsDUNpwiaNyjRc-XhXsMBuU2E,37
|
|
6
|
+
gosce_postgres_kafka_stack_generator-0.1.0.dist-info/RECORD,,
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Rawson Consulting B.V.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gosce_postgres_kafka_stack_generator
|