Skip to content

estuary/ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Estuary UI

The web UI for Estuary Flow.

How to install?

Ensure node and npm are both installed. Please check package.json for version info.

Run: npm install

Troubleshooting

401 error for @estuary/flow-web

You need to update ~/.npmrc with the following:

//npm.pkg.github.com/:_authToken=__YOUR_AUTH_TOKEN_YOU_MADE_ON_GITHUB__
@estuary:registry=https://npm.pkg.github.com/

Github docs.

data-plane-gateway is outdated

Please see __inline-deps__/README.md for instructions

Why don't I see logs locally?

You should get logs with V1 Control Plane. You just need to make sure the Ops Catalog is started.

With the update to V2 Control Plane the logs will no longer work in the UI by default. This is due to how the journal selectors for Logs are currently handled. We ned to know about a "pub id" to add to the selector. Currently there is no consistent way for the UI to fetch this.

To get logs you will need to grab this "pub id" and update the query... details TBD.

How to start/run?

Make sure Estuary Flow and Supabase CLI are installed and running.

Run: npm start

The UI is built to hit our own instance of Supabase. That means you will need to have that running locally as well.

How to test against prod?

Run: npm run build

then

Run : npm run preview

This will run a build and then start previewing it. When running as preview you will be running production mode - meaning all the code that runs in prod will be running.

Stuff we use

About

A web based UI to assist in working with Estuary Flow

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Contributors 10

Languages