DATE_TRUNC('day', created_at) AS event_date, COUNT(DISTINCT CASE WHEN action = 'restore' THEN project_id END) AS projects_with_restore, COUNT(CASE WHEN action = 'restore' THEN 1 END) AS total_restores ...
cordal is a Java framework that can transform how you build REST APIs. Instead of writing Java code, you define your entire API using simple YAML configuration files. CORDAL handles all the heavy l ...