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

Use yaml for defining state machines #1

Open
rodoufu opened this issue Aug 27, 2019 · 2 comments
Open

Use yaml for defining state machines #1

rodoufu opened this issue Aug 27, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@rodoufu
Copy link
Member

rodoufu commented Aug 27, 2019

Maybe use gopkg.in/yaml.v2

@igormcoelho
Copy link
Member

igormcoelho commented Sep 30, 2019

It's a good idea @rodoufu ... only challenge is to describe transition functions, in a general programming language... if we had some basic language, to operate on machine state data on yaml, and being automatically converted to Java, C++, Go, etc.. this would be nice.

@rodoufu
Copy link
Member Author

rodoufu commented Oct 1, 2019

I was thinking about using gRPC for that, in the yaml description we say the endpoint, the address and maybe the interface to use.

@rodoufu rodoufu added the enhancement New feature or request label Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants