An open API service indexing awesome lists of open source software.

https://github.com/wvlet/querybase

Querybase is a system for monitoring and optimizing big data analytics workload
https://github.com/wvlet/querybase

Last synced: 3 months ago
JSON representation

Querybase is a system for monitoring and optimizing big data analytics workload

Awesome Lists containing this project

README

          

# querybase

Querybase is a system for monitoring and optimizing big data analytics workload

## For developers

Running a server:
```
$ ./sbt
# Start a server using port 8080, and restart the server upon the code change
> ~server/reStart
```

Running a UI development server:
```
$ cd querybase-ui

// Only the first time to install vite locally
$ yarn install

// Start a dev server
$ yarn dev --open

```

```agsl

$ yarn build
```