2 Repos
Mechanisms for invoking plugin backend routes from the admin interface with automatic prefixing and CSRF protection.
Distinct from Plugin APIs: Distinct from Plugin APIs: focuses on the admin-side invocation pattern with automatic CSRF headers and plugin-id prefixing, not general plugin API exposure.
Explore 2 awesome GitHub repositories matching development tools & productivity · Admin API Invocations. Refine with filters or upvote what's useful.
EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru
Provides automatic plugin-id prefixing and CSRF header attachment when calling plugin routes from the admin interface.
Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer
Exposes cluster management endpoints for health checks and segment management with interactive request generation.