byted-cloudsearch
Installation
SKILL.md
Volcano Engine ESCloud (Elasticsearch + OpenSearch)
Manage ESCloud instances on Volcano Engine — cluster lifecycle (control plane) and index/doc operations (data plane).
Choose the right plane
- Provision / scale / delete instances? → use
scripts/control.pyand read CONTROL_PLANE.md - Create indices / write docs / search / bulk ingest? → use
scripts/data.pyand read DATA_PLANE.md
Setup (once per environment)
Create a Python venv on first use (not bundled in the repo):
cd {baseDir}
python3 -m venv {baseDir}/venv
{baseDir}/venv/bin/pip install -r {baseDir}/requirements.txt