Knowledge Graph

Visualise service dependencies and relationships across your architecture.

Services & Resources

service

API Gateway

Central entry point routing requests to downstream services.

service

Auth Service

Handles authentication, sessions, and token issuance.

service

User Service

Manages user profiles and preferences.

service

Notification Service

Sends emails, push notifications, and webhooks.

database

PostgreSQL

Primary relational database.

database

Redis

In-memory cache and session store.

queue

Kafka

Event streaming platform for async messaging.

external

SendGrid

Third-party email delivery provider.

Connections

FromRelationshipTo
api-gatewayvalidates tokenauth-service
api-gatewayroutes /usersuser-service
auth-servicestores sessionsredis
auth-servicereads credentialspostgres
user-servicereads/writespostgres
user-servicepublishes eventskafka
kafkaconsumes eventsnotification-service
notification-servicesends emailssendgrid