From ad55701e220013f016f349d991d07e9c3930fd86 Mon Sep 17 00:00:00 2001 From: hparraga Date: Mon, 7 Jun 2021 15:09:01 -0500 Subject: [PATCH] Create Gladier Guide --- GladierGuide.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 GladierGuide.md diff --git a/GladierGuide.md b/GladierGuide.md new file mode 100644 index 00000000..56878fae --- /dev/null +++ b/GladierGuide.md @@ -0,0 +1,21 @@ +# Resources Related to Using Gladier + +### Start here: +[gladier-client-template](https://github.com/globus-gladier/gladier-client-template) + +Use this template as an example to build you gladier client. There are also some jupyter notebooks included which have examples for setting up Globus flows with funcx with and without gladier. + +[Gladier Documentation](https://gladier.readthedocs.io/en/stable/index.html) + +### Other Useful Links + +[Gladier Source Code](https://github.com/globus-gladier) + +[FuncX Documentation](https://funcx.org/) + +[Globus tutorial jupyter notebooks](https://jupyter.demo.globus.org/) +There is one for flows + +[Your Globus Endpoints](https://app.globus.org/endpoints) + +[Your Globus Flows](https://app.globus.org/flows/activity) \ No newline at end of file -- GitLab