5 repository-uri
Loading existing database files into a target environment to initialize the application with predefined data.
Distinct from Existing Machine Imports: Unlike machine imports (mt3), this is specifically about importing a database file to seed an app in a web environment.
Explore 5 awesome GitHub repositories matching data & databases · Database Seeding via Import. Refine with filters or upvote what's useful.
sql.js is a serverless, in-memory SQL database engine that ports SQLite to WebAssembly for use within a web browser. It provides a JavaScript interface to initialize relational databases, execute SQL queries, and manage structured data without requiring a backend server. The project enables the import and export of database states using typed arrays, allowing in-memory data to be persisted as files. It supports high-precision integer retrieval via BigInt and utilizes prepared statements to increase execution speed and security. The engine includes capabilities for client-side data management
Enables loading existing database files into memory via typed arrays to initialize the application state.
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
Applies a JSON seed file during first-run setup to create collections, fields, menus, and sample content.
Oasis is an LLM-powered multi-agent social simulator and research tool designed to study synthetic social phenomena. It functions as a synthetic social network platform, replicating the infrastructure of social sites including user profiles, follow relationships, and content discovery mechanisms to model human-like social behaviors at scale. The framework orchestrates large-scale agent populations, supporting up to one million autonomous agents. It distinguishes itself by translating language model outputs into concrete social actions and external tool executions through a tool-calling orches
Populates the environment with starting posts via manual actions to kickstart social interactions.
Acest proiect este o implementare containerizată a unui server OpenLDAP, oferind un serviciu de protocol de acces la director ușor pentru stocarea și preluarea datelor organizaționale și a credențialelor utilizatorilor. Acesta funcționează ca un server de director pentru gestionarea identității și autentificarea utilizatorilor în serviciile de rețea. Serviciul suportă crearea de clustere de replicare LDAP pentru a menține consistența datelor pe mai multe gazde pentru o disponibilitate ridicată. Include capabilități pentru conectivitate securizată prin criptare TLS și gestionarea certificatelor pentru a proteja datele sensibile ale directorului în timpul transmisiei. Capabilitățile suplimentare acoperă administrarea bazei de date, inclusiv popularea datelor prin fișiere în format standard de schimb, stocare persistentă prin maparea volumelor și procese automate de backup și restaurare. Sistemul oferă, de asemenea, instrumente pentru gestionarea intrărilor din director printr-o interfață CLI și configurarea setărilor serverului prin variabile de mediu.
Initializes the directory structure by importing standard LDIF exchange format files during boot.
Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries
Loads a pre-existing database file into the web environment to seed the application with data.