1 Repo
Interposing API layers to decouple frontend clients from direct backend database exposure.
Distinct from Search Access Controls: Focuses on the architectural proxy/abstraction layer for security, rather than specific token-based access controls.
Explore 1 awesome GitHub repository matching security & cryptography · API Abstraction Layers. Refine with filters or upvote what's useful.
Searchkit is a search UI framework designed for building search interfaces with React and Vue that connect to Elasticsearch and OpenSearch backends. It provides a search query translation layer to convert frontend search states into engine-specific query languages and a result rendering engine to display hits, facet menus, and pagination. The framework includes a semantic search interface that enables vector-based nearest neighbor searches and natural language processing. It differentiates itself through an adapter-based translation system and a component-based UI mapping that connects search
Interposes a server-side API layer to decouple frontend clients from direct backend database exposure.