@meshxdata/fops
v0.2.32
Published
CLI to install and manage data mesh platforms
Readme
fops
CLI to run and manage Foundation (data mesh platform). Node 18+, Docker, Git.
npm install -g @meshxdata/fops
fops --helpDocker
Build the image (from this directory):
docker build -t meshxdata/fops .Run a command with your project as the working directory:
docker run --rm -v "$(pwd):/work" -w /work meshxdata/fops fops upTo use your saved config and project root, mount ~/.fops.json:
docker run --rm -v "$(pwd):/work" -v "$HOME/.fops.json:/root/.fops.json" -w /work meshxdata/fops fops statusThe image includes the web UI; run fops serve and expose the port:
docker run --rm -p 3099:3099 -v "$(pwd):/work" -v "$HOME/.fops.json:/root/.fops.json" -w /work meshxdata/fops fops servePre-built images are published to GitHub Container Registry: ghcr.io/meshxdata/fops.
MIT.
