Files
scylladb/tools/scylla-sstable-scripts/README.md
Botond Dénes ace42202df tools: add scylla-sstable-scripts directory
To be the home of example scripts for scylla-sstable. For now only a
README.md is added describing the directory's purpose and with links to
useful resources.
One example script is added in this patch, more will come later.
2023-01-09 09:46:57 -05:00

504 B

Scripts for scylla-sstable

This directory contains various example scripts for scylla-sstable script. It serves the dual purpose of being a repository of examples scripts so people can see the Lua API in action and also as a collection of the most commonly used and useful scripts.

For more details on the Lua API, see https://docs.scylladb.com/operating-scylla/admin-tools/scylla-sstable#script.

For more details on Lua, see the Lua manual.