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
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • feast-dev/feastAvatar feast-dev

    feast-dev/feast

    6,727Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,727
  • tonsky/datascriptAvatar tonsky

    tonsky/datascript

    5,767Vezi pe GitHub↗

    Datascript este un magazin de stare imutabil, în memorie, și un magazin de triplete bazat pe schemă. Gestionează starea aplicației ca o bază de date versionată, stocând datele ca fapte imutabile constând dintr-o entitate, atribut, valoare și tranzacție. Proiectul oferă un motor logic pentru executarea interogărilor Datalog cu suport pentru join-uri implicite, reguli recursive și negație. De asemenea, dispune de un API declarativ de tip „pull” pentru preluarea grafurilor de entități profund imbricate și a structurilor de date conexe. Baza de date impune integritatea datelor prin constrângeri bazate pe schemă și tipuri de atribute. Suportă tranzacții atomice, protocoale de stocare pluggable pentru persistență și indexarea atributelor B-tree pentru a optimiza căutările. Sistemul este conceput pentru utilizare în medii Clojure, ClojureScript și JavaScript.

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

    Clojure
    Vezi pe GitHub↗5,767
  • wainshine/chinese-names-corpusAvatar wainshine

    wainshine/Chinese-Names-Corpus

    4,303Vezi pe GitHub↗

    This project is a curated collection of Chinese names, surnames, and kinship terms designed for linguistic analysis and natural language processing. It functions as a multilingual name dataset and a training resource for named entity recognition, providing a unified repository of names across Chinese, Japanese, and English languages. The project includes a synthetic name generator that creates realistic person names by applying analyzed naming patterns and demographic data. It also provides a cleaned Chinese idiom lexicon gathered and deduplicated from multiple sources. The available data su

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

    corpusdatasetdict
    Vezi pe GitHub↗4,303
  • ibm/mcp-context-forgeAvatar IBM

    IBM/mcp-context-forge

    3,310Vezi pe GitHub↗

    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
    Vezi pe GitHub↗3,310
  1. Home
  2. Data & Databases
  3. Entity-Key Collocated Stores

Explorează sub-etichetele

  • Entity Registries2 sub-tag-uriCatalogs 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.