Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Personal finance app to keep track of cash, income, expense and budget
Cash Flow is a simple personal finance app that keeps track of your monthly income and expense by categories. You can add reminders of upcoming credit card payments. View your account balances at a glance to quickly make sure you have enough money in each account.
Start with as little as one month of transactions from a bank. Cash Flow supports checking, savings, credit cards, and cash expense accounts.
Cash Flow stores data in text files. The fields in a transaction are colorized...
You can ask me, why you need another personal finance application? The motivation behind the development is to replicate my excel sheet, which helps me to record income and expenses very quickly, without entering every transaction. This is possible with the usage of the following fundamental equation:
capital at the begining of period + savings = capital at the end of period.
Why the equation above is so important? Because we can start bookkeeping from the both ends: from the assets (I have 450 Eur in Cash) and from the transactions (I have bought a TV for 300 Eur). ...