Camera event broker enriches log viewer user interface events with cameras application specific logic
|
||
---|---|---|
k8s/dev | ||
.dockerignore | ||
.drone.yml | ||
.gitignore | ||
Dockerfile | ||
index.ts | ||
package.json | ||
README.md | ||
skaffold.yaml | ||
tsconfig.json |
camtiler-event-broker
Microservice to alter Camtiler log rows by creating presigned screenshot URLs.
Based on the novel, but experimental Bun runtime: https://github.com/oven-sh/bun/
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init
in bun v0.3.0. Bun is a fast all-in-one JavaScript runtime.