changie
Automated changelog tool for preparing releases with lots of customization options (by miniscruff)
clover
A lightweight document-oriented NoSQL database written in pure Golang. (by ostafen)
changie | clover | |
---|---|---|
26 | 20 | |
777 | 759 | |
1.2% | 0.5% | |
8.5 | 3.5 | |
7 days ago | 5 months ago | |
Go | Go | |
MIT License | MIT License |
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.
changie
Posts with mentions or reviews of changie.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-04.
-
Changie - Auto mode and GitHub action
That is all for now. Reach me on twitter @miniScruffDev or by starting a discussion on GitHub.
-
Looking for feedback: cargo-changelog
Yes, there is changie - a golang tool that inspired me actually.
-
Documentation generated from Code with custom options
The complete source for this generation is here in gen.go and might help anyone else who wants to implement there own docs from code.
- Looking for projects to contribute
- Changie
- Any open source project I could join?
- Looking for open source project to contribute
-
Changie - Replacments and Choices
A short example is the one from Changie itself that asks for an issue number and adds a link when formatting. Changie's .changie.yaml is basically the default configuration with the issue choice added.
-
Changie - Automated Changelog Generation for Large Projects
That is all for now. Reach me on twitter @miniScruffDev or by starting a discussion on GitHub.
-
Running a method in the top-level scope of a Go program
I tend to create a package or file for handling configs with a load or init method depending on how it is loaded ( yaml or env vars ). Here is a bigger example for my own CLI tool Changie https://github.com/miniscruff/changie/blob/main/core/config.go.
clover
Posts with mentions or reviews of clover.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-19.
-
A minimalist password manager desktop app: a foray into Golang's Wails framework (Part 1)
To store all the application data we use cloverDB. It is a lightweight and embedded document-oriented NoSQL Database, similar to MongoDB. One of the features of this database is that when records are saved, they are assigned an ID (by default, the field is designated as _id, a bit like what happens in MongoDB) which is a uuid string (v4). So if we want to sort the records by entry order, we must assign them a timestamp when they are stored.
-
Creating a TODO app in Fyne an Go
If you want to see a more complex example with some syntax sugar and sexy db persistence layer using clover you can look at this gtodos.
- What do you use for fast read/write local db stoage?
-
Open Source Databases in Go
clover - A lightweight document-oriented NoSQL database written in pure Golang.
-
Looking for projects to contribute
Give a look to this project: https://github.com/ostafen/clover
-
arcticDB: embedded columnar database written in Go
Also, I'm working on a small embedded No SQL library. I leave it here, just in case it could be of any help: https://github.com/ostafen/clover
-
Mocking database or use a test database
Hi, recently I wrote a small NoSQL embedded database in Go. It is meant to run as a library, for those usa cases where you don't want to run a real database server. I leave here the link: https://github.com/ostafen/clover Maybe, it can be of help
- What do you use Go for?
-
Any open source project I could join?
You can join this project https://github.com/ostafen/clover It is a tiny NoSQL embedded database designed for being simple and easily maintainable
- Looking for open source project to learn from
What are some alternatives?
When comparing changie and clover you can also consider the following projects:
git-cliff - A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️
bolt
towncrier - Manage the release notes for your project.
bbolt - An embedded key/value database for Go.
core - Backend server API handling user mgmt, database, storage and real-time component
LevelDB - LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.