https://github.com/634750802/autoflow-up
https://github.com/634750802/autoflow-up
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/634750802/autoflow-up
- Owner: 634750802
- Created: 2024-12-05T08:51:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T08:10:48.000Z (6 months ago)
- Last Synced: 2025-02-08T02:28:42.250Z (4 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoFlow Up
This repo shows how to star an empty [AutoFlow](https://github.com/pingcap/autoflow) service.
## Pre-Requirements
- TiDB (Vector Search Enabled)
- Local [TiUP](https://tiup.io/) Playground installed
- [TiDB Cloud Serverless](https://www.pingcap.com/tidb-cloud-serverless/)
- TiDB v8.4 (with at least one TiFlash node) or later
- Docker compose## Prepare TiDB
### With TiUP
```bash
./start-tidb.sh
```### With TiDB Cloud Serverless
Update .env file
```dotenv
TIDB_HOST=
TIDB_USER=
TIDB_PASSWORD=
TIDB_DATABASE=
TIDB_SSL=true
```## Start AutoFlow
```shell
export AUTOFLOW_VERSION=branch-main # Optional, set to released version if needed./start-autoflow.sh
```Initial credentials will be print in `bootstrap.stdout`
### Services
- **Backend**: http://127.0.0.1:15001
- **Frontend**: http://127.0.0.1:13001