Port details |
- benthos Stream processor for a wide array of data sources and sinks
- 4.27.0_5 net =2 4.27.0_3Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2024-05-05 14:45:08
- Last Update: 2024-08-09 06:24:08
- Commit Hash: aa8c011
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://www.benthos.dev/
- Description:
- Benthos solves common data engineering tasks such as transformations,
integrations, and multiplexing with declarative and unit testable
configuration. This allows you to easily and incrementally adapt your data
pipelines as requirements change, letting you focus on the more exciting stuff.
It comes armed with a wide range of processors, a lit mapping language,
stateless windowed processing capabilities and an industry leading mascot.
Benthos is able to glue a wide range of sources and sinks together and hook
into a variety of databases, caches, HTTP APIs, lambdas and more, enabling you
to seamlessly drop it into your existing infrastructure.
Working with disparate APIs and services can be a daunting task, doubly so in a
streaming data context. With Benthos it's possible to break these tasks down
and automatically parallelize them as a streaming workflow.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/benthos/ && make install clean
- To add the package, run one of these commands:
- pkg install net/benthos
- pkg install benthos
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: benthos
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1714921213
SHA256 (go/net_benthos/benthos-v4.27.0/v4.27.0.mod) = 8fbe69c73f2e5da6b0169269b175adfe0edb34b33b401162960d04ef455933eb
SIZE (go/net_benthos/benthos-v4.27.0/v4.27.0.mod) = 17442
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go121 : lang/go121
- Fetch dependencies:
-
- go121 : lang/go121
- ca_root_nss>0 : security/ca_root_nss
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_benthos
- USES:
- go:modules zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.27.0_5 09 Aug 2024 06:24:08 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update |
4.27.0_4 03 Jul 2024 08:29:54 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update |
4.27.0_3 15 Jun 2024 09:52:17 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
4.27.0_2 25 May 2024 18:03:52 |
Jimmy Olgeni (olgeni) |
net/benthos: fix default Redis port number
It should be 6379, but it shows up as 6397 in both the
documentation and in the generated config files.
Matches upstream issue #2572, pending merge.
(also make a small portclippy fix) |
4.27.0_1 13 May 2024 17:56:04 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
4.27.0 06 May 2024 08:31:57 |
Jimmy Olgeni (olgeni) |
net/benthos: remove explicit usage of GITHUB
- Replace PORTVERSION with DISTVERSION |
4.27.0 05 May 2024 14:43:31 |
Jimmy Olgeni (olgeni) |
net/benthos: Add new port
Benthos solves common data engineering tasks such as transformations,
integrations, and multiplexing with declarative and unit testable
configuration. This allows you to easily and incrementally adapt your data
pipelines as requirements change, letting you focus on the more exciting stuff.
Benthos is able to glue a wide range of sources and sinks together and hook
into a variety of databases, caches, HTTP APIs, lambdas and more, enabling you
to seamlessly drop it into your existing infrastructure. |