5 مستودعات
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 هو محرك منتدى مفتوح المصدر مصمم لتسهيل المحادثات الطويلة والمترابطة وإدارة المجتمع. تم بناؤه كتطبيق من جانب الخادم، ويوفر واجهة منظمة وقائمة على الفئات للمجتمعات التفاعلية عبر الإنترنت، ويدعم مصادقة المستخدم، والإشراف، وتسليم المحتوى في الوقت الفعلي. تستخدم المنصة قاعدة بيانات علائقية لإدارة العلاقات المعقدة بين المستخدمين والمواضيع وإعدادات الموقع. يتميز التطبيق ببنية معيارية تسمح بالمكونات الإضافية والسمات المخصصة، مما يتيح تكييف مساحات المناقشة مع احتياجات تنظيمية متنوعة. يوفر تجربة تطبيق صفحة واحدة من خلال إطار عمل واجهة أمامية قائم على المكونات ويحافظ على الاستجابة أثناء النشاط عالي الحجم عن طريق تفريغ المهام غير المتزامنة إلى محرك معالجة خلفي متعدد الخيوط. يمكن للتطبيقات الخارجية التفاعل مع المنصة من خلال واجهة برمجة قياسية، والتي تدعم إدارة بيانات المجتمع، وتفاعلات المستخدم، ومهام الإشراف. بالإضافة إلى قدرات المناقشة الأساسية، تعمل المنصة كنظام لإدارة المحتوى يدعم إنشاء قاعدة معرفية قابلة للبحث وفهرسة البحث بالنص الكامل. تم تنظيم الكود المصدري لتوفير وصول واضح إلى نقاط نهاية التكامل، مما يسهل التحكم البرمجي في المنشورات والفئات.
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.