awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesData Import Workers

Background threads dedicated to importing and writing data to the local store.

Distinct from Background Processing: Specifically focuses on database write operations during import, rather than general UI task offloading.

Explore 2 awesome GitHub repositories matching user interface & experience · Data Import Workers. Refine with filters or upvote what's useful.

Awesome Data Import Workers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • realm/realm-swiftAvatar de realm

    realm/realm-swift

    16,608Ver en GitHub↗

    This is a mobile object database and NoSQL local data store that replaces relational tables with a schema-based model. It functions as a reactive data store, using live object observations and change notifications to trigger automatic user interface refreshes. The system provides built-in mobile cloud data synchronization to keep local datasets consistent with a remote server across multiple devices. It also includes security features for encrypted local storage, protecting sensitive on-disk data using at-rest encryption keys and fine-grained access control. Broad capabilities include object

    Enables writing data to the store on background threads to prevent user interface freezes.

    Objective-C
    Ver en GitHub↗16,608
  • freika/dawarichAvatar de Freika

    Freika/dawarich

    8,030Ver en GitHub↗

    Dawarich is a self-hosted location history manager and travel journaling platform. It functions as a personal travel archive that collects GPS coordinates and movement data, providing a private alternative to proprietary tracking services. The system utilizes a PostgreSQL geospatial database to store coordinates, visits, and custom geofence boundaries. The project distinguishes itself as a geospatial data converter and visualization tool, capable of transforming location history between formats such as GPX, KML, and GeoJSON. It allows users to organize GPS tracks and geotagged photos into nam

    Distributes the workload of parsing large GPS files across multiple background worker instances to increase ingestion speed.

    Rubygoogle-mapsgpsloggerhacktoberfest
    Ver en GitHub↗8,030
  1. Home
  2. User Interface & Experience
  3. Background Processing
  4. Data Import Workers