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
·

4 Repos

Awesome GitHub RepositoriesEntity-Key Collocated Stores

Storage strategies that store all features for a single entity in one document or hash to reduce reads to a single lookup per request.

Distinguishing note: No candidate in the shortlist covers entity-key collocated storage for feature stores; candidates are about document-based single-file storage or key remappers.

Explore 4 awesome GitHub repositories matching data & databases · Entity-Key Collocated Stores. Refine with filters or upvote what's useful.

Awesome Entity-Key Collocated Stores GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • feast-dev/feastAvatar von feast-dev

    feast-dev/feast

    6,727Auf GitHub ansehen↗

    Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma

    Stores all features for a single entity in one document or hash to reduce online reads to a single lookup per request.

    Pythonbig-datadata-engineeringdata-quality
    Auf GitHub ansehen↗6,727
  • tonsky/datascriptAvatar von tonsky

    tonsky/datascript

    5,767Auf GitHub ansehen↗

    Datascript ist ein unveränderlicher (immutable) In-Memory-Zustandsspeicher und ein schemabasierter Triple-Store. Es verwaltet den Anwendungszustand als versionierte Datenbank und speichert Daten als unveränderliche Fakten, die aus Entität, Attribut, Wert und Transaktion bestehen. Das Projekt bietet eine Logik-Engine zur Ausführung von Datalog-Abfragen mit Unterstützung für implizite Joins, rekursive Regeln und Negation. Es verfügt zudem über eine deklarative Pull-API zum Abrufen tief verschachtelter Entitätsgraphen und zugehöriger Datenstrukturen. Die Datenbank erzwingt Datenintegrität durch schemagesteuerte Einschränkungen und Attributtypen. Sie unterstützt atomare Transaktionen, erweiterbare Speicherprotokolle für Persistenz sowie B-Baum-Attributindizierung zur Optimierung von Suchvorgängen. Das System ist für den Einsatz in Clojure-, ClojureScript- und JavaScript-Umgebungen konzipiert.

    Enables direct entity lookups using unique identifiers instead of internal entity IDs.

    Clojure
    Auf GitHub ansehen↗5,767
  • wainshine/chinese-names-corpusAvatar von wainshine

    wainshine/Chinese-Names-Corpus

    4,303Auf GitHub ansehen↗

    Dieses Projekt ist eine kuratierte Sammlung chinesischer Namen, Nachnamen und Verwandtschaftsbegriffe, die für linguistische Analysen und Natural Language Processing konzipiert wurde. Es fungiert als mehrsprachiger Namensdatensatz und Trainingsressource für Named Entity Recognition und bietet ein einheitliches Repository von Namen in chinesischer, japanischer und englischer Sprache. Das Projekt enthält einen synthetischen Namensgenerator, der realistische Personennamen durch Anwendung analysierter Namensmuster und demografischer Daten erstellt. Es bietet zudem ein bereinigtes Lexikon chinesischer Idiome, das aus mehreren Quellen zusammengetragen und dedupliziert wurde. Die verfügbaren Daten unterstützen eine Vielzahl von NLP-Aufgaben, einschließlich Wortsegmentierung und Text-Preprocessing. Das Korpus enthält kategorisierte Register geschlechtsspezifischer Namen, Familiennamen und Verwandtschaftstitel, um bei der Entitäts-Tagging- und linguistischen Forschung zu unterstützen.

    Maps family names and relationship titles to specific categories to assist in word segmentation tasks.

    corpusdatasetdict
    Auf GitHub ansehen↗4,303
  • ibm/mcp-context-forgeAvatar von IBM

    IBM/mcp-context-forge

    3,310Auf GitHub ansehen↗

    mcp-context-forge is a Model Context Protocol federation gateway that unifies diverse AI tool servers and APIs into a single consistent interface for discovery and execution. It acts as a centralized proxy that aggregates multiple servers and APIs, allowing AI agents to access and invoke a unified set of tools, prompts, and resources. The project distinguishes itself through a multi-protocol translation bridge that converts communication between standard I/O, SSE, gRPC, and REST to enable interoperability between disparate tool servers. It includes a comprehensive LLM evaluation framework for

    Maintains a relational database catalog of registered entities and configuration to ensure persistence across restarts.

    Pythonagentsaiapi-gateway
    Auf GitHub ansehen↗3,310
  1. Home
  2. Data & Databases
  3. Entity-Key Collocated Stores

Unter-Tags erkunden

  • Entity Registries2 Sub-TagsCatalogs of named entities registered in a feature store, with metadata and tag-based filtering. **Distinct from Entity-Key Collocated Stores:** Distinct from Entity-Key Collocated Stores: focuses on the registry/catalog of entity definitions, not the storage layout of entity-keyed data.
  • Key Serialization MigrationsMigrating serialized entity keys between versions across all feature views in offline and online stores. **Distinct from Entity-Key Collocated Stores:** Distinct from Entity-Key Collocated Stores: focuses on migrating the serialization format of entity keys, not the storage strategy itself.