mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
feat: flownode frontend client&test feat: Frontend Client feat: set frontend invoker for flownode feat: set frontend invoker for flownode chore: test script WIP: test flow distributed feat: hard coded demo docs: flownode example toml feat: add flownode support in runner docs: comments for node chore: after rebase docs: add a todo tests: move flow tests to common fix: flownode sqlness dist test chore: per review docs: make fix: make doc
31 lines
556 B
Markdown
31 lines
556 B
Markdown
# Configurations
|
|
|
|
- [Configurations](#configurations)
|
|
- [Standalone Mode](#standalone-mode)
|
|
- [Distributed Mode](#distributed-mode)
|
|
- [Frontend](#frontend)
|
|
- [Metasrv](#metasrv)
|
|
- [Datanode](#datanode)
|
|
- [Flownode](#flownode)
|
|
|
|
## Standalone Mode
|
|
|
|
{{ toml2docs "./standalone.example.toml" }}
|
|
|
|
## Distributed Mode
|
|
|
|
### Frontend
|
|
|
|
{{ toml2docs "./frontend.example.toml" }}
|
|
|
|
### Metasrv
|
|
|
|
{{ toml2docs "./metasrv.example.toml" }}
|
|
|
|
### Datanode
|
|
|
|
{{ toml2docs "./datanode.example.toml" }}
|
|
|
|
### Flownode
|
|
|
|
{{ toml2docs "./flownode.example.toml"}} |