Event Stream Service (ESS) is a lightweight, scalable messaging platform built on nats.io.
ESS enables seamless decoupling of applications and services by providing a robust event notification and message bus. With ESS, different components of your system can communicate through events and messages without direct dependencies, making your architecture more flexible, maintainable, and resilient. Whether you need to publish business events or subscribe to real-time updates, ESS offers a reliable foundation for event-driven application integration.
.devcontainer - Visual Studio Code devcontainer and local environment config
.github/ - PR and Issue templates
.vscode/ - Visual Studio Code's Launcher and Tasks
app/ - Application server/backend code
├── src/ - Node.js Express application
└── tests/ - server/backend tests (jest)
charts/ - Vue.js frontend code
├── event-stream-service/ - Helm charts for Event Stream Service (nats.io)
├── event-stream-service-app/ - Helm charts for Event Stream Service application
frontend/ - Vue.js frontend code
├── src/ - frontend source (vue)
└── tests/ - frontend tests (vitest)
tools/ - ESS (javascript nats.io) client code examples
CODE-OF-CONDUCT.md - Code of Conduct
COMPLIANCE.yaml - BCGov PIA/STRA compliance status
CONTRIBUTING.md - Contributing Guidelines
LICENSE - License
SECURITY.md - Security Policy and Reporting
To report a problem with ESS please create a GitHub Issue.
If you would like to contribute, please see our contributing guidelines.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Copyright 2020 Province of British Columbia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.