5 repository-uri
Infrastructure for asynchronous task processing and inter-service communication.
Distinguishing note: No candidates provided; minting under Data & Databases to categorize background task infrastructure.
Explore 5 awesome GitHub repositories matching data & databases · Message Queues. Refine with filters or upvote what's useful.
Discourse este un motor de forum open-source conceput pentru a facilita conversațiile lungi, structurate pe fire de discuție, și managementul comunității. Construit ca o aplicație server-side, oferă o interfață structurată, bazată pe categorii, pentru comunități online interactive, suportând autentificarea utilizatorilor, moderarea și livrarea conținutului în timp real. Platforma utilizează o bază de date relațională pentru a gestiona relațiile complexe dintre utilizatori, subiecte și setările site-ului. Aplicația se distinge printr-o arhitectură modulară care permite plugin-uri și teme personalizate, permițând adaptarea spațiilor de discuție la diverse nevoi organizaționale. Oferă o experiență de aplicație single-page printr-un framework frontend bazat pe componente și menține responsivitatea în timpul activității cu volum mare prin descărcarea sarcinilor asincrone către un motor de procesare în fundal multi-threaded. Aplicațiile externe pot interacționa cu platforma printr-o interfață de programare standardizată, care suportă gestionarea datelor comunității, interacțiunile utilizatorilor și sarcinile de moderare. Dincolo de capabilitățile sale de bază de discuție, platforma funcționează ca un sistem de management al conținutului care suportă crearea unei baze de cunoștințe căutabile și indexarea textului complet. Codul sursă este organizat pentru a oferi acces clar la punctele finale de integrare, facilitând controlul programatic asupra postărilor și categoriilor.
Offloads asynchronous tasks like email delivery and search indexing to a message queue system.
This project is a community-curated directory of open-source tools and resources designed to assist system administrators with infrastructure management. It functions as a centralized knowledge base, providing a structured index of software and documentation that helps professionals discover solutions for automating, monitoring, and maintaining distributed computing environments. The repository distinguishes itself through a collaborative, community-driven structure that organizes a vast array of technical resources into a hierarchical taxonomy. By utilizing hyperlink-centric navigation, it d
Implements queuing systems to handle asynchronous communication between services.
This project is a community-driven directory and knowledge base for the PHP ecosystem. It serves as a comprehensive index of high-quality libraries, frameworks, tools, and educational materials, designed to help developers navigate the landscape and select appropriate solutions for their software projects. The directory distinguishes itself through a hierarchical taxonomy that organizes vast amounts of technical information into a logical, human-readable structure. By relying on distributed contributions from the developer community, it maintains a current and vetted collection of references
Lists message queue technologies for data processing.
This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha
Manages message queues using lists and sorted sets for prioritized task processing.
Realtime is a real-time data distribution and synchronization engine that enables applications to stream database changes and coordinate state between clients. It functions as a synchronization layer that monitors database write-ahead logs to provide change data capture and pushes updates to authorized clients via WebSockets. The project features a real-time presence server for tracking the online status of active users and a broadcast service for sending ephemeral messages without database persistence. It organizes communication through channel-based message routing and uses a structured JSO
Provides database-backed message queues for asynchronous task processing and inter-service communication.