-
### Use Case
All the generators at the moment build flat structures /events, /services, /domains etc... it would be nice to build them into nested structures https://www.eventcatalog.dev/docs/develop…
-
Hey folks,
I'm currently working on v2 of EventCatalog, super excited to share this with you all.
As EC continues to grow in our community, I'm curious what people think about sponsorship:
1.…
-
Hi,
I created a event-catalog project using the command npx @eventcatalog/create-eventcatalog@latest my-catalog. The build process works perfectly with "npm run build", but I'm encountering an erro…
-
### Use Case
Let's say you have domains/services/events all nested within the folder structure.
And you call `getServices`, this will list all the markdown files in that directory including any ne…
-
Is it possible to catalog schema of events? Something you would send in AWS SQS or GCP Pubsub?
I see you have Kinesis, Kafka, Redpanda, but why not having other queueing/messaging solutions?
-
### I tried this:
We have like
- 30 domains
- 1000 services
- 10000 events
to be generated and linked (events add to services, services add to domains)
Eventcatalog version 2.8.12
SDK ver…
-
### Use Case
When new packages are added to EventCatalog (lodash for example), the types are also added. Now EventCatalog will bundle the lodash package fine, but people will miss the types as they d…
-
### Use Case
EventCatalog requires each domain to have a version even though in most known to me business cases the domain on its own is a set that doesn't evolve in a versioned way.
### Propos…
-
### Use Case
In real life dynamic system a new service version is being release quite often. Currently EventCatalog requires mapping each service version to a domain. This might be very difficult or …
-
### Use Case
when using generators it would be nice to support types for each generator. The types should come from the generator itself, as they can be anything in theory. But when using a generator…