What role does Query Service play in these use cases?
Core remains the durable source of truth. Query Service provides tenant-scoped HTTP queries, realtime event and projection channels, analytics endpoints, and rebuildable read models tailored to each consuming application.
What are the main AllSource Event Store use cases?
AllSource is designed for audit trails, event replay and debugging, AI-agent memory with provenance, and financial transaction history. These workloads benefit from ordered, immutable events and point-in-time reconstruction.
Does AllSource require PostgreSQL?
No. AllSource Core is the database for event history and event-sourced operational metadata, including tenants, users, API keys, configuration, subscriptions, quotas, and billing state. Current AllSource services run without PostgreSQL.
Which AllSource product handles AI-agent memory?
AllSource Prime is the agent-memory engine. It combines graph relationships, vector retrieval, temporal context, and source-event provenance. Core is the event-store database; MCP connectors expose explicit tools to compatible agents.
Can one AllSource deployment serve multiple projects?
Yes. Tenant-scoped streams, API keys, system metadata, and projections let one AllSource deployment isolate and serve multiple products. External databases and streaming systems are optional integrations, not prerequisites.