| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Streamdal's console allows you visualize interact with your services, build and attach pipelines to consumers and producers and monitor their operations.
For more details, see the main streamdal repo.
The Console is a Deno + Fresh project that uses Preact, ReactFlow and Twind: https://fresh.deno.dev/docs/getting-started
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Optionally, copy example.env -> .env and set environment variables as needed. By default the console will access the GRPC WEB API running on http://localhost:8083
Then start the project:
deno task start
This will watch the project directory and restart as necessary.
If you make any significant Deno lib and/or configuration changes and your IDE gets confused, you can force update the Deno lib cache with deno cache --reload main.ts
By default, the console will be viewable at: http://localhost:8080
This console needs a streamdal-server to run against. See streamdal/server for instructions on running it locally.
If you just want to run the console and the server together for non-development purposes, you can bring them both up with docker, see: https://github.com/streamdal/streamdal/tree/main/docker/local
The console depends on the following dependencies (direct and indirect):
We use https://deno.land/x/version@v1.1.1 to help set our release version. To generate a release:
| Back | FazBrowse Home | New Git URL |