Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add start of language bindings #234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add start of language bindings
We can host external tutorials for bindings that
are well-tested, etc. I will include my proposal for
a plan in the pull request associated with this PR

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Apr 29, 2023
commit 77c0bc25f8ef5fa2ca2253d6f6d55ee7ff42407d
23 changes: 23 additions & 0 deletions tutorials/bindings/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. _language-bindings:

Language Bindings
=================

We provide this set of external tutorials as complete project setups that demonstrate
using Flux from a different language, or (TBA) natively with C. Each of these tutorial
repositories provides:

- A set of common use case examples or snippets 🗒️
- A build setup for compiling the snippets 🏗️
- A Developer environment (e.g., VSCode Devcontainers) for easy development 🐟️
- Continuous integration with an automated container build and testing ⚙️
- A web interface that renders the most up-to-date snippets 🖼️

Thus, it should be easy for you to fork or clone any repository, and get started with your
custom project that interacts with Flux.

- ``Go Bindings``: `flux-go <https://github.com/converged-computing/flux-go/>`_

These are a work in progress, and we ask you to `let us know <https://github.com/flux-framework/flux-docs/issues>`_
if you have requests for examples, and please comment on the respective respositories above with
questions about any specific lagnuage.
3 changes: 2 additions & 1 deletion tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ find a tutorial of interest.
commands/index
containers/index
lab/index
integrations/index
integrations/index
bindings/index