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

https://github.com/raederdev/weaveview

Weaviate database client
https://github.com/raederdev/weaveview

Last synced: 12 months ago
JSON representation

Weaviate database client

Awesome Lists containing this project

README

          

# WeaveView

Alpha version weaviate server browser. Please see sections below for instructions how to build and run.

## Features

- Add HTTP based connections
- Browse collections

![add connection](screenshots/add_connection.png)
![collections](screenshots/collections.png)

## Building the application

### Prerequisites

- [Node.js](https://nodejs.org/en/)
- [Go](https://go.dev/doc/install)
- [Wails](https://wails.io/)

### Build

1. Clone the repository
2. Run `npm install` in the `frontend` directory
3. Run `npm run build` in the `frontend` directory
4. Run `wails build` in the root directory
5. The executable will be in the `bin` directory