https://github.com/albe/node-event-storage-ui
https://github.com/albe/node-event-storage-ui
admin-dashboard electron event-sourcing event-storage event-stream eventstore nodejs
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/albe/node-event-storage-ui
- Owner: albe
- Created: 2021-07-09T18:50:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-05-16T18:39:13.000Z (27 days ago)
- Last Synced: 2026-05-16T19:39:47.546Z (27 days ago)
- Topics: admin-dashboard, electron, event-sourcing, event-storage, event-stream, eventstore, nodejs
- Language: JavaScript
- Homepage:
- Size: 6.23 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an admin dashboard for inspecting a running [node-event-storage](https://github.com/albe/node-event-storage) on the same machine. It is built using [nextjs](https://nextjs.org/) with SSR and based on the creative-tim [material dashboard dark](https://demos.creative-tim.com/material-dashboard-dark/examples/dashboard.html).
## Usage
```
git clone https://github.com/albe/node-event-storage-ui.git
cd node-event-storage-ui
npm install
npm run dev
```
or
```
npm build && npm start
```
for creating a production build and running it. Make sure the webserver is not reachable from the public internet though.
To adjust the path to your local node-event-storage edit the `eventstore.config.js` file and adjust the `storeName` and `options.storageDirectory` JSON properties.