From ff95d0aadb8f7b7af523fdcfd65972842122120e Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 29 Aug 2021 14:28:54 -0700 Subject: [PATCH] Add financials README --- financials/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 financials/README.md diff --git a/financials/README.md b/financials/README.md new file mode 100644 index 0000000..a33bfa0 --- /dev/null +++ b/financials/README.md @@ -0,0 +1,14 @@ +# Riju financials + +This directory has a Python script that can download and analyze +billing data from AWS to determine how much Riju actually costs. This +information is then made publicly available in per-month +subdirectories here; for some months with unusual charges I've added +commentary to explain what was going on. + +This information is then imported into [Riju's master budgeting +spreadsheet](https://docs.google.com/spreadsheets/d/15Us9KLXaJ6B1lNhrM6GV6JmmeKqNc8NNeTnaWiAhozw/edit?usp=sharing) +which compares spending to donations in order to determine whether we +are making a profit (we are not...). Once we start making a profit we +can start donating to the EFF as promised, or scale up Riju's +infrastructure to support more users for free.