Others
The purpose of this page is to highlight other tools in the chuck-stack. These tools fall into the following categories:
- Additional critical path tools
- Important but non critical path tools
- Tools we are evaluating
Additional Critical Path Tools
Here are the tools we use every day:
- rsync.net - is an off-site storage service that runs on top of open source tools. It is pretty fantastic! It uses rsync as the local client, which is easily installed. It uses ZFS on the remote server to keep your data safe. It costs the same as AWS S3. And, it gives you immutable backups without any additional configuration. Said another way, it is easy, reasonably priced and works as intended out of the box. Notes about rsync.net:
- The website is simple
- The account management panel is overly simple
- The service is awesome!
- iDempiere (ERP) - ERP for managing orders, inventory, invoices, payments, accounting and much of the data you need to execute operations in your organization. iDempiere is a mature, stable and fully-featured ERP that runs on PostgreSQL. We have 23+ years experience with the iDempiere codebase.
- mdbook - simple static site generator that converts pure markdown pages into a website. What makes mdbook great is the simple installation, configuration and deployment.
- Pass (secrets) - is a command line tool that helps you manage secrets/passwords with gpg. It is simple, scriptable, auditable, distributed and secure. gpg is an encryption program that provides cryptographic privacy and authentication for data communication. The Pass repository is available on almost all platforms. It integrates well with github.
- Zabbix (monitoring) - monitor resources and respond to events.
- buku - awesome terminal bookmark manager
- sqlx-cli - sql migration tool
Important Tools
Here are tools we commonly use:
- Mattermost - Open source collaboration tool (similar to slack and github discussions). It is backed by PostgreSQL and run locally; therefore, it fits quite well in the chuck-stack.
- dbt (ETL) - tool to transform transactional data into a form than can be consumed by BI or AI or ...
- Metabase (BI) - BI tool for visualizing and publishing data that runs on PostgreSQL.
- ddgr - DuckDuckGo search from the terminal
Tools We Are Evaluating
He are the tools we want to use more:
- age/rage - modern, no configuration encryption tool. Here is a notable discussion.
- PostgresML (AI) - PostgreSQL tool for AI training and inferencing directly out of your database.
- Ollama (AI) - AI tool for running generative AI (LLM) models locally.
- CrowdSec (security) - Proactively block known malicious IPs and activities.
- htmx - compelling way for small and medium organizations to create dynamic websites.
- presenterm - simple terminal presentation tool backed by markdown
- pgrx - helps build rust-based extensions in PostgreSQL
- discourse - well featured discussion board
- typst - text formattng and layout engine
- see discussion
- see video
- Plan to use to create printing documents like orders, invoices, ...
- typst offers greater control over formatting than general markdown (color for example)
- steampipe - connecting PostgreSQL to cloud apis via a FDW
- powerpipe - generating dashboard templates from configuration
Copyright © , CHUBOE LLC. All rights reserved.