https://github.com/raederdev/weaveview
Weaviate database client
https://github.com/raederdev/weaveview
Last synced: 12 months ago
JSON representation
Weaviate database client
- Host: GitHub
- URL: https://github.com/raederdev/weaveview
- Owner: RaederDev
- License: mit
- Created: 2024-04-28T01:22:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T19:59:42.000Z (about 2 years ago)
- Last Synced: 2025-04-02T16:01:45.781Z (about 1 year ago)
- Language: TypeScript
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


## 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