easygen VS go-baseutils

Compare easygen vs go-baseutils and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
easygen go-baseutils
4 2
62 18
- -
6.2 4.9
4 months ago 2 months 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.

easygen

Posts with mentions or reviews of easygen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-30.
  • Transforming json data with easygen
    2 projects | dev.to | 30 Dec 2021
    there are lots of other transformation support function already builtin inside easygen, check out the full list with sample usage and results here.
  • What is the "XSLT" equivalent for JSON? Here is the new answer
    3 projects | dev.to | 29 Dec 2021
    The problem of both jq or jp is that although they can do data projection in any direction (doing data filtering in any way), their purpose are still focusing on data transformation, but when talking about rendering json data into a format more presentable to human beings, then there is no better tools than easygen. In fact, the easygen is a universal code/text generator that not only works on json data but it can take in data defined in YAML format as well. It can be used as any text (or html, or any other forms) generator for arbitrary purposes with arbitrary data and templates. It is built on top of the powerful Go template engine.
  • Maintenance free system multi booting
    1 project | dev.to | 28 Oct 2021
    In this article, we'll first look at those few more boilerplates that enable you to only write the above few lines and everything will work out magically. Then we'll move on to how to make things even simpler, with the help of easygen.
  • Journey towards a maintenance free system booting
    1 project | dev.to | 27 Oct 2021
    There are a few more boilerplates that need to be in place so that you can only write the above few lines and everything will work out magically, which will be covered in next article, with the help of easygen.

go-baseutils

Posts with mentions or reviews of go-baseutils. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-20.
  • Introduction to the Gkit concurrent component
    1 project | /r/golang | 26 Apr 2023
    Best practices for channel in concurrency, including fan_in,fan_out,map_reduce,or_done,orderly,pipeline,stream,generic version can be found at https://github.com/songzhibin97/go-baseutils/tree/main/app/bconcurrent
  • Introduction to the Gkit cache component
    2 projects | /r/golang | 20 Apr 2023
    Cache-related components > buffer & mbuffer provide similar functionality, buffer has more encapsulation and implements some of the io interfaces, while mbuffer is just a memory cache. > local_cache provides a local data cache, and also has some expiry mechanisms, you can set the expiry time, and regularly clean up the expired data, but he is now older, if needed there is a generic version https://github.com/songzhibin97/go-baseutils/blob/main/ app/bcache > singleflight wraps golang.org/x/sync/singleflight to prevent the impact of changes

What are some alternatives?

When comparing easygen and go-baseutils you can also consider the following projects:

libgen-cli - A CLI tool to access the Library Genesis dataset; written in Go.

genesis - All generic functions for Go you ever need!

NTypewriter - File/code generator using Scriban text templates populated with C# code metadata from Roslyn API.

gkit - A collection of basic usability component tools dedicated to providing micro-services and single services, drawing on some excellent open source project features such as kratos, go-kit, mosn, sentinel, gopkg core components. I hope you will use and mention issue and pr more often.

zmk-viewer - cli tool to generate preview images from a zmk .keymap file

goutil - 💪 Helper Utils(700+): int, byte, string, array/slice, map, struct, dump, convert/format, error, web/http, cli/flag, OS/ENV, filesystem, system, test/assert, time and more. Go 常用的一些工具函数:数字,字符串,数组,Map,结构体,反射,文本,文件,错误,时间日期,特殊处理,格式化,常用信息获取等等

deep-copy - Deep copy generator

queue - ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.

git-chglog - CHANGELOG generator implemented in Go (Golang).

fname - Generate random, human-friendly names.

jp - Command line interface to JMESPath - http://jmespath.org

cli-template - ⚗ The most advanced CLI template on earth! Featuring automatic releases, website generation and a custom CI-System out of the box.