This is an automated email from the ASF dual-hosted git repository. yasith pushed a commit to branch worktree-cleanup+lean-core in repository https://gitbox.apache.org/repos/asf/airavata.git
commit bb280f032f59b3fe5ddf6045c6053b6ee1a231b5 Author: yasithdev <[email protected]> AuthorDate: Mon Mar 30 08:28:28 2026 -0400 docs: add examples README with index of remaining examples --- examples/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000000..d4af5b70e7 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,19 @@ +# Airavata Examples + +## Contents + +| Directory/File | Description | +|----------------|-------------| +| `sharing-service-docs/` | OpenAPI documentation for the Sharing Service | +| `registry-core-README.md` | Database schema migration guide | + +## Python SDK Examples + +For experiment creation, batch launching, and API usage examples, see the +[Airavata Python SDK](../airavata-python-sdk/) which includes sample scripts +and Jupyter notebooks. + +## Load Testing + +For load testing and stress testing, see +[dev-tools/load-client](../dev-tools/load-client/).
