47 repository-uri
Add-ons that extend database functionality for specific use cases.
Explore 47 awesome GitHub repositories matching part of an awesome list · Extensions and Plugins. Refine with filters or upvote what's useful.
CopilotKit is an agentic framework designed to integrate large language models into application frontends, enabling natural language control over software features and data. It provides the infrastructure to build intelligent assistants that manage conversation history, track application state, and execute complex workflows through conversational prompts. The framework distinguishes itself by its ability to render dynamic, interactive user interface components in real time based on model outputs. By utilizing a standardized communication protocol, it maps natural language intents to executabl
Infrastructure for building AI chatbots and agents.
Next-auth is an authentication library and identity framework used to manage user sign-in and session state across web applications. It provides a system for handling user identity through OAuth, OpenID Connect, and passwordless sign-in flows. The project features a multi-provider framework that integrates third-party identity services and custom directory backends. It supports passwordless authentication via email magic links or hardware keys and utilizes a database-agnostic storage layer to persist authentication states across different database types or in-memory. Security is managed thro
Authentication library for serverless and standard deployments.
This project is a comprehensive framework for building AI-powered applications, providing a unified toolkit for orchestrating language models, autonomous agents, and interactive user interfaces. It serves as a central library for managing the entire lifecycle of AI interactions, from initial prompt generation and model provider abstraction to complex, multi-step reasoning and tool execution. The framework distinguishes itself through its deep integration with frontend development, specifically by enabling generative user interfaces that render dynamic components directly from model outputs. I
Toolkit for building AI-powered applications.
Citus is a PostgreSQL extension that transforms a standard database into a distributed system. It functions as a sharding framework and distributed SQL engine, enabling horizontal scaling by partitioning tables across a cluster of nodes. By utilizing a coordinator-worker topology, the system manages metadata and routes queries to the appropriate nodes, allowing for parallel execution of complex operations across distributed data shards. The platform distinguishes itself through its specialized support for multi-tenant architectures and real-time analytical processing. It enables tenant-based
Scalable cluster extension for real-time workloads.
ParadeDB is a database extension that integrates full-text search, vector database capabilities, and real-time analytics directly into a relational engine. It functions as a plugin that adds new storage and query execution capabilities to an existing database architecture. The project distinguishes itself by supporting hybrid search workflows that combine lexical keyword matching with dense and sparse vector similarity in a single query. It utilizes reciprocal rank fusion to merge these ranked result sets and employs logical replication to synchronize data from external instances, removing th
Extension enabling full-text search using modern ranking algorithms.
next-seo is a search engine optimization toolkit and component library for Next.js. It provides a set of React components and utilities for managing page titles, descriptions, and social media tags to improve how web pages are indexed and displayed. The project functions as a structured data manager and JSON-LD schema generator. It transforms entity data into standardized schema properties for articles, products, and organizations, enabling the implementation of rich snippets in search engine results. The toolkit covers a broad range of metadata management, including business identity mappin
Utility for managing SEO tags and metadata.
Sequel is a relational database toolkit for Ruby that provides object-relational mapping, a fluent SQL query builder, and schema migration capabilities. It maps database tables to Ruby classes with support for associations, validations, lifecycle hooks, and eager loading, offering a comprehensive ORM layer for building data-centric applications. Sequel distinguishes itself through a plugin-based extension architecture that allows composable customization of models, databases, and datasets without relying on deep inheritance hierarchies. It includes a thread-safe connection pool with support f
Ships a plugin-based architecture for composing custom extensions to models, databases, and datasets.
Zombodb is a database extension and relational data indexer that integrates PostgreSQL with Elasticsearch. It provides a SQL search interface, allowing users to execute complex search queries and aggregations using standard SQL functions and syntax instead of native JSON APIs. The project synchronizes relational data from PostgreSQL to a remote search engine to enable high-performance full-text search and analytics. The system distinguishes itself by bridging relational structures with search engine capabilities, specifically through geospatial search integration for geometry and geography ty
Full-text search extension backed by Elasticsearch.
Acest proiect este un plugin și adaptor pentru Serverless Framework care permite implementarea aplicațiilor Next.js pe AWS Lambda@Edge și AWS CloudFront. Acesta funcționează ca un bridge pentru a adapta randarea pe server și rutele API pentru execuția pe serverless edge compute. Plugin-ul automatizează provizionarea infrastructurii cloud, inclusiv împachetarea și implementarea codului aplicației în locații edge globale. Gestionează sincronizarea activelor statice către bucket-uri de stocare și maparea rutelor Next.js către funcții edge specializate pentru a reduce latența globală. Proiectul acoperă capabilități vaste, inclusiv livrarea globală de conținut, maparea domeniilor personalizate și DNS, și gestionarea traficului edge-based pentru redirecționările de domeniu. De asemenea, gestionează configurațiile resurselor de calcul, permisiunile IAM și politicile de cache network-edge, inclusiv suport pentru incremental static regeneration și prerendering automat.
Plugin for deploying serverless applications.
Apache AGE is a graph database extension for PostgreSQL that adds openCypher graph query capabilities directly within the relational database environment. It functions as a loadable extension that translates Cypher graph traversal queries into SQL expressions, enabling users to run pattern matching and path analysis alongside standard SQL operations within a single database instance. The extension stores labeled, directed property graphs as isolated schemas with internal relational tables for vertices, edges, and labels, preventing cross-graph interference. It supports hybrid query execution
Adds graph database support and Cypher query capabilities.
next-iron-session este o bibliotecă de gestionare a sesiunilor pentru aplicații Next.js, care stochează starea utilizatorului criptată în cookie-uri securizate de browser. Acest sistem permite gestionarea sesiunilor stateless, permițând aplicațiilor să mențină identitatea utilizatorului fără a necesita o bază de date pe partea de server pentru urmărirea sesiunilor. Proiectul oferă utilitare pentru securizarea payload-urilor de date prin criptare cu cheie simetrică și semnare, incluzând suport pentru rotația cheilor de criptare versionate. Include instrumente pentru implementarea autentificării fără parolă prin link-uri magice securizate (one-time magic links) și integrarea furnizorilor de identitate externi prin fluxuri OAuth. Biblioteca acoperă domenii largi de capabilități, inclusiv protecția accesului la rute prin middleware, gestionarea ciclului de viață al sesiunii pentru fluxurile de autentificare și generarea de token-uri sigilate pentru redirecționări securizate.
Stateless session utility using encrypted cookies.
next-pwa is a plugin for adding progressive web app capabilities and offline support to Next.js applications. It provides a configuration layer and a Workbox-based generator to automate the creation, registration, and installation of service workers and web app manifests. The tool enables developers to implement custom service worker logic by injecting TypeScript or JavaScript scripts to define specialized caching strategies and request interception behaviors. It also includes mechanisms for detecting application updates and prompting users to refresh the page when a new version is available.
Zero-config PWA plugin with Workbox integration.
next-sitemap is an SEO automation tool and sitemap generator for Next.js. It provides a system for automatically creating XML sitemaps and robots.txt files to manage search engine indexing for static, dynamic, and server-side pages. The tool differentiates itself through support for multi-language SEO management, allowing for the configuration of language alternate tags and localized URL versions. It also handles large-scale sitemap organization by splitting massive URL sets into multiple smaller files and creating a primary sitemap index to comply with search engine limits. The project cove
Automated sitemap generation tool.
Universal dynamic routes for Next.js
Library for managing universal named routes.
Page builder for Next.js 🅧. Zero-config deployment 🚀. React now supported!
Visual page builder extension for local development.
Hypothetical Indexes for PostgreSQL
Provides hypothetical indexes for query optimization testing.
The TypeScript-ready, minimal router and middleware layer for Next.js, Micro, Vercel, or Node.js http/http2
Router and middleware layer compatible with Express.
Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
Geospatial routing and network analysis extension.
Logical Replication extension for PostgreSQL 17, 16, 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4 (Postgres), providing much faster replication than Slony, Bucardo or Londiste, as well as cross-version upgrades.
Extension for logical streaming replication.
Next.js plugin to transpile code from node_modules.
Plugin for transpiling code from node_modules.