go-maquina
Small finite-state machine library for Go (by soypat)
surf
CLI Text Search across your infrastructure platforms, Universal Ctrl+F for infra (by Isan-Rivkin)
go-maquina | surf | |
---|---|---|
3 | 10 | |
53 | 110 | |
- | - | |
0.0 | 0.8 | |
about 1 year ago | about 1 year ago | |
Go | Go | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go-maquina
Posts with mentions or reviews of go-maquina.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-17.
-
Now that Golang has generic types, how do you plan to use them?
https://github.com/soypat/go-maquina finite state machine which takes user callbacks with a generically defined input argument to the callback. See fringeFunc[T]
-
go-maquina: Finite-State Machine package in 300 loc
From https://github.com/soypat/go-maquina/blob/main/statemachine.go
surf
Posts with mentions or reviews of surf.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-31.
-
Surf CLI - Multiple AWS Accounts support! (Text search DynamoDB, S3 and more)
Wow my bad! Thanks for letting me know I updated the post with link https://github.com/Isan-Rivkin/surf
- Surf CLI - Multiple AWS Accounts support! (Route53, DynamoDB, S3 etc) - Free Text Search across your Route53 DNS Records and other
- Surf cli - Free text search across all your infra
-
Any major projects using generics?
I created this project and its using generics https://github.com/Isan-Rivkin/surf
- Surf CLI - It's like "find X | grep Y" for AWS services!
- Surf CLI in Go 1.18 - Free Text Search across your Route53 DNS Records and other
- Surf CLI for DevOps - Free Text Search across your Route53 DNS Records and other
- Surf CLI for DevOps - Free Text Search across your infrastructure platforms via CLI
- Surf Release – CLI for free text search across infra
-
Now that Golang has generic types, how do you plan to use them?
I created an open source CLI tool I’ve always wanted and based it on generics https://github.com/Isan-Rivkin/surf
What are some alternatives?
When comparing go-maquina and surf you can also consider the following projects:
stream - Stream API for Go.
generic-client
btree - BTree provides a simple, ordered, in-memory data structure for Go programs.
statetrooper - StateTrooper is a Go package that provides a finite state machine (FSM) for managing states. It allows you to define and enforce state transitions based on predefined rules.
peasocket - little websocket implementation
krateo - Run your Resources on Every Cloud
mu8 - Genetic algorithm for unsupervised machine learning in Go.
hooks - Simple, type-safe hook system to enable easier modularization of your Go code.
go-zero - A cloud-native Go microservices framework with cli tool for productivity.
golang-generics-dao-example - Example using Generics with DAO