awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bluesky-social avatar

bluesky-social/feed-generator

0
View on GitHub↗
2,052 stars·715 forks·TypeScript·MIT·12 vues

Feed Generator

Le générateur de flux (feed generator) est un framework pour construire et déployer des flux de contenu algorithmiques personnalisés au sein du réseau AT Protocol. Il fournit l'infrastructure nécessaire pour définir une logique de curation unique, enregistrer ces algorithmes sur les profils utilisateur et servir des flux de contenu personnalisés au réseau.

Le framework se distingue en intégrant l'indexation de l'activité réseau en temps réel avec un système de routage basé sur des gestionnaires (handlers). En consommant des flux d'événements en direct, il maintient des jeux de données locaux qui permettent aux développeurs d'appliquer des règles de tri et de filtrage personnalisées au contenu public. Il gère le cycle de vie de ces flux via un enregistrement déclaratif, permettant aux services d'être liés aux propriétaires de comptes et découverts à travers l'écosystème décentralisé.

Le système inclut des utilitaires de sécurité et d'exploitation intégrés pour gérer les requêtes authentifiées et la récupération de données à grande échelle. Il utilise une vérification d'identité basée sur des jetons pour garantir un accès sécurisé aux données spécifiques à l'utilisateur et emploie une pagination basée sur des curseurs pour gérer l'utilisation de la mémoire lors du service de grands ensembles de résultats. La configuration est gérée via des variables d'environnement externes, permettant des ajustements du comportement du service sans nécessiter de redéploiement de code.

Features

  • Algorithmic Feed Development Frameworks - Provides the framework for building custom algorithmic content feeds for the AT Protocol.
  • Social Feed Ranking Algorithms - Implements custom ranking and filtering logic to curate personalized social media content feeds.
  • Decentralized - Serves as a framework for building and serving algorithmic feeds from the decentralized social network protocol.
  • Network Activity Streamers - Subscribes to real-time network activity streams to process incoming posts.
  • Network Activity Indexers - Builds local datasets from real-time network activity for efficient content ranking.
  • Real-Time Event Processing - Processes real-time network event streams to maintain searchable content indexes.
  • Decentralized Identity Authentication - Authenticates requests using decentralized identity verification to ensure secure access to user data.
  • Algorithmic - Provides the core infrastructure for generating custom algorithmic content feeds within the network.
  • Real-Time Network Indexing Engines - Consumes live event streams to build local databases for content filtering.
  • Algorithm Publication Registries - Enables the publication of custom sorting logic to the network.
  • Algorithm Handler Mappings - Maps feed identifiers to specific handler functions that define curation logic.
  • Feed Registration Services - Facilitates the registration and discovery of custom feeds by linking them to user profiles.
  • Cursor-Based Pagination - Implements cursor-based pagination to efficiently serve large batches of feed items.
  • Decentralized Social Networks - Provides infrastructure for indexing and retrieving social activity data within a decentralized network protocol.
  • JSON Web Token Validators - Implements validation logic for JSON Web Tokens to secure access to personalized content feeds.
  • Action-to-Handler Mappings - Routes incoming feed requests to specific handler functions for custom curation.
  • Declarative Feed Registrars - Publishes metadata records to a global registry for feed discovery.

Historique des stars

Graphique de l'historique des stars pour bluesky-social/feed-generatorGraphique de l'historique des stars pour bluesky-social/feed-generator

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Feed Generator

Sélections manuelles où Feed Generator apparaît.
  • Outils pour le protocole AT et Bluesky

Alternatives open source à Feed Generator

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Feed Generator.
  • bluesky-social/indigoAvatar de bluesky-social

    bluesky-social/indigo

    1,357Voir sur GitHub↗

    Indigo is a Go-based framework and toolkit designed for building, hosting, and scaling services within the AT Protocol ecosystem. It provides the foundational infrastructure for decentralized social networking, enabling developers to implement relay services, manage cryptographically signed user repositories, and handle identity resolution across federated environments. The project distinguishes itself through a robust architecture that decouples content hosting from discovery, allowing for independent moderation and algorithmic feed generation. It utilizes content-addressed storage and Merkl

    Goatprotoblueskydweb
    Voir sur GitHub↗1,357
  • auth0/express-jwtAvatar de auth0

    auth0/express-jwt

    4,512Voir sur GitHub↗

    express-jwt is a middleware for Express applications that validates JSON Web Tokens to secure routes and authenticate requests. It functions as a security guard that verifies token signatures and expiration dates before allowing access to backend endpoints. The project provides a request credential extractor to retrieve tokens from headers, cookies, or query parameters. It supports dynamic key retrieval to fetch the necessary secrets or public keys at runtime based on request attributes or token headers. The middleware handles JSON Web Token validation, including token expiration handling an

    TypeScriptexpress-jwtjwt
    Voir sur GitHub↗4,512
  • twitter/the-algorithmAvatar de twitter

    twitter/the-algorithm

    73,422Voir sur GitHub↗

    The algorithm is a distributed recommendation engine pipeline designed to construct and serve personalized content timelines. It functions as a multi-stage orchestration layer that aggregates candidate content from diverse social graphs and high-dimensional embedding spaces, processing user interaction data to deliver a unified, ranked experience. The system utilizes a high-performance machine learning serving infrastructure to execute deep learning models that predict engagement probabilities in real-time. It distinguishes itself through a hybrid retrieval strategy that combines graph-traver

    Scala
    Voir sur GitHub↗73,422
  • aldinokemal/go-whatsapp-web-multideviceAvatar de aldinokemal

    aldinokemal/go-whatsapp-web-multidevice

    3,510Voir sur GitHub↗

    This project is a headless WhatsApp client and automation server that exposes multi-device functionality as a REST API gateway. It provides a centralized interface for managing multiple account sessions, automating messages, and developing bots through a standardized protocol. The system distinguishes itself by providing a secure webhook provider that forwards real-time messages and reactions to external URLs using signature verification. It includes specialized media utilities for converting images and GIFs into the WebP format required for stickers, as well as tools to simulate active user

    Gobotgogolang
    Voir sur GitHub↗3,510
Voir les 30 alternatives à Feed Generator→

Questions fréquentes

Que fait bluesky-social/feed-generator ?

Le générateur de flux (feed generator) est un framework pour construire et déployer des flux de contenu algorithmiques personnalisés au sein du réseau AT Protocol. Il fournit l'infrastructure nécessaire pour définir une logique de curation unique, enregistrer ces algorithmes sur les profils utilisateur et servir des flux de contenu personnalisés au réseau.

Quelles sont les fonctionnalités principales de bluesky-social/feed-generator ?

Les fonctionnalités principales de bluesky-social/feed-generator sont : Algorithmic Feed Development Frameworks, Social Feed Ranking Algorithms, Decentralized, Network Activity Streamers, Network Activity Indexers, Real-Time Event Processing, Decentralized Identity Authentication, Algorithmic.

Quelles sont les alternatives open-source à bluesky-social/feed-generator ?

Les alternatives open-source à bluesky-social/feed-generator incluent : bluesky-social/indigo — Indigo is a Go-based framework and toolkit designed for building, hosting, and scaling services within the AT Protocol… auth0/express-jwt — express-jwt is a middleware for Express applications that validates JSON Web Tokens to secure routes and authenticate… twitter/the-algorithm — The algorithm is a distributed recommendation engine pipeline designed to construct and serve personalized content… aldinokemal/go-whatsapp-web-multidevice — This project is a headless WhatsApp client and automation server that exposes multi-device functionality as a REST API… apache/incubator-kie-drools — This project is a business rules management system and rule engine designed to define, execute, and manage complex… build-trust/ockam — Ockam is a zero-trust networking framework designed to secure data transit between distributed applications using an…