awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • sql-js/sql.jsAvatar von sql-js

    sql-js/sql.js

    13,632Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,632
  • emdash-cms/emdashAvatar von emdash-cms

    emdash-cms/emdash

    10,887Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,887
  • camel-ai/oasisAvatar von camel-ai

    camel-ai/oasis

    4,833Auf GitHub ansehen↗

    Oasis ist ein LLM-gestützter Multi-Agenten-Sozialsimulator und ein Forschungstool zur Untersuchung synthetischer sozialer Phänomene. Es fungiert als Plattform für synthetische soziale Netzwerke, die die Infrastruktur sozialer Seiten – einschließlich Benutzerprofilen, Follow-Beziehungen und Mechanismen zur Inhaltsentdeckung – repliziert, um menschenähnliches soziales Verhalten in großem Maßstab zu modellieren. Das Framework orchestriert große Agentenpopulationen und unterstützt bis zu eine Million autonome Agenten. Es zeichnet sich dadurch aus, dass es Ausgaben von Sprachmodellen durch einen Tool-Calling-Orchestrator in konkrete soziale Aktionen und externe Tool-Ausführungen übersetzt, während es eine zeitbeschleunigte Simulationsuhr verwendet, um Ereignissequenzen von der Echtzeit zu entkoppeln. Das System deckt breite Funktionsbereiche ab, darunter die Modellierung sozialer Plattformen, graphbasierte Kartierung sozialer Netzwerke und algorithmische Inhaltsempfehlungen. Es bietet spezialisierte Forschungstools für die Modellierung von Informationsverbreitung, die Analyse von Gruppenpolarisierung und Agenten-Interviews, unterstützt durch persistentes Aktivitäts-Logging für retrospektive Datenanalysen. Das Projekt ist in Python implementiert.

    Populates the environment with starting posts via manual actions to kickstart social interactions.

    Pythonagent-based-frameworkagent-based-simulationai-societies
    Auf GitHub ansehen↗4,833
  • osixia/container-openldapAvatar von osixia

    osixia/container-openldap

    4,214Auf GitHub ansehen↗

    Dieses Projekt ist eine containerisierte Bereitstellung eines OpenLDAP-Servers, der einen Lightweight Directory Access Protocol-Dienst zum Speichern und Abrufen von Organisationsdaten und Benutzeranmeldedaten bereitstellt. Er fungiert als Verzeichnisserver für Identitätsmanagement und Benutzerauthentifizierung über Netzwerkdienste hinweg. Der Dienst unterstützt die Erstellung von LDAP-Replikationsclustern, um die Datenkonsistenz über mehrere Hosts hinweg für hohe Verfügbarkeit aufrechtzuerhalten. Er enthält Funktionen für sichere Konnektivität durch TLS-Verschlüsselung und Zertifikatsverwaltung, um sensible Verzeichnisdaten während der Übertragung zu schützen. Zusätzliche Funktionen decken die Datenbankadministration ab, einschließlich Daten-Seeding über Standard-Exchange-Format-Dateien, persistente Speicherung durch Volume-Mapping sowie automatisierte Backup- und Wiederherstellungsprozesse. Das System bietet zudem Tools zur Verwaltung von Verzeichniseinträgen über eine Befehlszeilenschnittstelle und zur Konfiguration von Servereinstellungen über Umgebungsvariablen.

    Initializes the directory structure by importing standard LDIF exchange format files during boot.

    Shelldockerdocker-imageldap
    Auf GitHub ansehen↗4,214
  • simolus3/driftAvatar von simolus3

    simolus3/drift

    3,231Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,231
  1. Home
  2. Data & Databases
  3. Database Seeding via Import

Unter-Tags erkunden

  • 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-TagsValidates 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.