Alternatives
Products that do what Rethinking audit trails in Django (structured and database-free) does
We were using django-easy-audit to track CRUD and API events in Django. The problem: every action meant an extra database write, which slowed transactions, increased infra costs, and left us with audit tables that weren’t great for analytics. I built django-activity-audit (PyPI) to fix this: - Extends Django’s logging system with custom AUDIT and API levels. - Captures CRUD + API request/response events as structured JSON logs. - Vector tails the logs and ships them into ClickHouse. - Grafana makes them queryable and visual. This removes the extra DB writes, gives structured data ready…
- 1

- 2

- 3SA
2014 · mtford.co.uk
- 4

- 5DS
2021 · django-sql-dashboard.datasette.io
- 6DE
2022 · github.com
- 7

- 8

- 9

- 10WA
2021 · github.com
- 11ID
2013 · pythonhosted.org
- 12

- 13SA
2021 · statetrace.com
- 14AS
2020 · github.com
- 15WS
http://webscanner.tk/quickscan/ Hi! I made this project over the couse of a week to help teach myself more about Django and web app development. I am studying computer security in school and web security is one of my passions. It is a tool that helps web developers ensure that they have implemented helpful security mechanisms like HTTPOnly flags, X-Frame-Options, etc. There are hundreds of tools that offer to scan websites for things like cross-site scripting, mySQL injection, etc. This tool simply looks for information that is available via one or two GET requests (the headers, protocols,…
2013
- 16AA
2020 · auditapi.com
- 17DS
2017 · github.com
- 18DC
2011 · chartit.shutupandship.com
- 19AO
It’s just the back end so it logs to MongoDB database so you can add any UI you want to it, feel free to contribute! (Suggestion’?)
2022 · github.com
- 20DA
2017 · github.com
- 21LR
2017 · github.com
- 22AO
2017 · github.com
- 23AA
2019 · github.com
- 24RL
I've just released rust-loguru, a logging library for Rust that aims to combine intuitive API design (inspired by Go/Python's Loguru) with Rust's performance characteristics. Some highlights: - Consistently outperforms the standard log crate by 50-80% in benchmarks. - Multiple log levels and an extensible handler system -File rotation with better performance than log4rs and other alternatives - Error handling utilities and context helpers I built this because I wanted a logger that was both ergonomic to use and high-performance. The benchmarks comparing it to slog, log, and tracing are…
2025 · crates.io
Ranked by how close each launch is in meaning, then by votes. Refine with a description →