Camera event broker enriches log viewer user interface events with cameras application specific logic
Go to file
Erki Aas 45fb0ea4f4
All checks were successful
continuous-integration/drone Build is passing
Fix function usage, add workaround for a Bun bug
2022-12-13 16:59:29 +02:00
k8s/dev Initial commit 2022-12-12 22:56:14 +02:00
.dockerignore Initial commit 2022-12-12 22:56:14 +02:00
.drone.yml Initial commit 2022-12-12 22:56:14 +02:00
.gitignore Initial commit 2022-12-12 22:56:14 +02:00
Dockerfile Fix Dockerfile 2022-12-13 12:55:13 +02:00
index.ts Fix function usage, add workaround for a Bun bug 2022-12-13 16:59:29 +02:00
package.json Initial commit 2022-12-12 22:56:14 +02:00
README.md Initial commit 2022-12-12 22:56:14 +02:00
skaffold.yaml Initial commit 2022-12-12 22:56:14 +02:00
tsconfig.json Initial commit 2022-12-12 22:56:14 +02:00

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.