awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesDatabase Seeding via Import

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.

Awesome Database Seeding via Import GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • sql-js/sql.jsAvatar sql-js

    sql-js/sql.js

    13,632Vezi pe GitHub↗

    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.

    JavaScript
    Vezi pe GitHub↗13,632
  • emdash-cms/emdashAvatar emdash-cms

    emdash-cms/emdash

    10,887Vezi pe GitHub↗

    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.

    TypeScriptastrocmsemdash
    Vezi pe GitHub↗10,887
  • camel-ai/oasisAvatar camel-ai

    camel-ai/oasis

    4,833Vezi pe GitHub↗

    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.

    Pythonagent-based-frameworkagent-based-simulationai-societies
    Vezi pe GitHub↗4,833
  • osixia/container-openldapAvatar osixia

    osixia/container-openldap

    4,214Vezi pe GitHub↗

    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.

    Shelldockerdocker-imageldap
    Vezi pe GitHub↗4,214
  • simolus3/driftAvatar simolus3

    simolus3/drift

    3,231Vezi pe GitHub↗

    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.

    Dartdartdart-build-systemflutter
    Vezi pe GitHub↗3,231
  1. Home
  2. Data & Databases
  3. Database Seeding via Import

Explorează sub-etichetele

  • Application Credential StoresPersists application authentication keys and permission settings in relational databases. **Distinct from Database Seeding via Import:** Distinct from Database Seeding: focuses on runtime credential management for multi-tenant apps rather than initial data import.
  • Seed File Validators2 sub-tag-uriValidates and applies seed data files with conflict resolution and content inclusion control. **Distinct from Database Seeding via Import:** Distinct from Database Seeding via Import: focuses on validating and applying a seed file via an API with conflict resolution, not just loading a database file.
  • Simulation Content SeedingInitial population of a simulation environment with seed content to trigger agent interactions. **Distinct from Database Seeding via Import:** Focuses on seeding a simulation to kickstart agent behavior rather than general database import or tenant setup.