devalexandre / pipeLinks
The pipe package provides a simple yet powerful way to create Unix-like pipelines in Go. It allows developers to chain together functions in a sequence where the output of one function becomes the input to the next. This package is designed to make function composition intuitive and to support clean, readable code for complex data processing tas…
☆18Updated last year
Alternatives and similar repositories for pipe
Users that are interested in pipe are comparing it to the libraries listed below
Sorting:
- Tidy up your go.mod files by merging the require blocks☆15Updated last month
- A Go string concatenation library that is more efficient than strings.Builder.☆41Updated 8 months ago
- A simple database migration tool.☆53Updated this week
- A program to create, solve and draw mazes in your terminal or in 2D/3D☆66Updated last year
- A go tool plugin for tailwindcss☆25Updated last month
- Flexible translation and humanization library for Go, based on the concepts behind gettext.☆92Updated 4 months ago
- Ungrammar implementation and API in Go☆48Updated last year
- Make Writing HTML in Go a Breeze 🍃☆53Updated 2 weeks ago
- Dataframe library for Go.☆17Updated 2 years ago
- mas sql templating☆101Updated last year
- HTML Builder☆36Updated 5 months ago
- library to use golang functional☆41Updated last year
- Structured concurrency manager for Go☆46Updated 2 years ago
- embed.FS wrapper providing additional functionality☆35Updated 4 years ago
- An SVG plotting library for golang☆42Updated 2 years ago
- Pattern Matching library for go☆99Updated 2 years ago
- strftime/strptime for Go☆18Updated 3 months ago
- Framework for pipeline execution with structured parallelism, retriability, load balancing and more.☆32Updated 8 months ago
- Hare is a nimble little database management system for Go.☆97Updated 4 years ago
- A Go to TypeScript API client generator.☆52Updated last year
- ☆80Updated 2 months ago
- gomponents + heroicons☆19Updated last year
- Static (i.e. compile-time) plugins for go☆26Updated 5 years ago
- iterator library for go using a rangefunc experiment☆26Updated last year
- The fastest HTTP router available for Go.☆60Updated 2 years ago
- Fast reflection for mere mortals☆28Updated last month
- A port of dinero.js to Go☆68Updated 2 years ago
- Lightweight, non intrusive Command Line Argument Parser☆75Updated last year
- mapreader is a tiny Golang library for accessing arbitrary keys from maps - especially useful when dealing with semi-unknown JSON payload…