EACL
https://github.com/theronic/eacl – EACL: Enterprise Access ControL is a situated ReBAC authorization library inspired by SpiceDB, built in Clojure and backed by Datomic Pro, Datahike, Datalevin or DataScript. "Situated" here means that permissions are just data that co-exist with your application data. This has several advantages: reduced network latency, strong local consistency and opportunities for real-time view maintenance. - EACL Performance Demo: https://demo.eacl.dev/ (1M permissioned entities, 3.8M Relationships) - A toy Google Drive clone (runs in-browser): https://drive.eacl.dev/ (4-minute screen recording here: https://x.com/BraaiEngineer/status/2099284919532896675?s=20) - Rationale: https://eacl.dev/#rationale EACL V8 RC was released to Clojars on 12 September 2026: https://clojars.org/dev.eacl/eacl EACL handles authorization in the Datahike HTTP Server: https://github.com/replikativ/datahike/blob/1ea8972a980e2e3b...