Changie - Replacments and Choices

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  • There are many ways projects define the versions in python projects so I can't go over all of them. But one common method used by fastAPI is to create a version attribute in either a __init__.py or __main__.py file at the root of your project. For example here is where the version is defined for FastAPI. This can be updated with a configuration similar to this:

  • changie

    Automated changelog tool for preparing releases with lots of customization options

  • 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.

  • 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.

    InfluxDB logo
  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • custom: - key: Author type: string minLength: 3 footerFormat: | ### Contributors {{- range (customs .Changes "Author" | uniq) }} * [{{.}}](https://github.com/{{.}}) {{- end}}

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Changie - Automated Changelog Generation for Any Project

    2 projects | dev.to | 13 Mar 2022
  • Build a simple E-commerce PIM with Next.js, Prisma, and Neon

    4 projects | dev.to | 9 Mar 2024
  • Creating an NFT minting Farcaster frame on Solana

    4 projects | dev.to | 22 Feb 2024
  • Deploying Preview Environments on Koyeb for GitHub Pull Requests

    6 projects | dev.to | 8 Nov 2023
  • Implementing continuous delivery pipelines with GitHub Actions

    3 projects | dev.to | 2 Aug 2023