2 مستودعات
Operations that identify and return common elements shared between multiple data relations.
Distinguishing note: None of the candidates relate to relational set intersection; they focus on visualization or enrichment.
Explore 2 awesome GitHub repositories matching data & databases · Set Intersections. Refine with filters or upvote what's useful.
Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer
Provides set intersection operations to isolate overlapping records across different datasets.
go-funk هي مكتبة برمجة وظيفية (functional programming) للغة Go، توفر مجموعة من الدوال المساعدة لتحويل والاستعلام عن الشرائح (slices) والخرائط (maps). تتيح المكتبة أسلوب برمجة تصريحي لمعالجة المجموعات وتحويل البيانات، مما يقلل الحاجة إلى الحلقات التكرارية اليدوية. تنفذ المكتبة دوالاً من الرتبة العليا (higher-order functions) للعمليات الشائعة، بما في ذلك التعيين (mapping)، والتصفية (filtering)، والبحث في هياكل البيانات باستخدام المسندات (predicates) ورد النداء (callbacks). كما تتضمن أدوات لاكتشاف وجود العناصر وإيجاد العناصر المشتركة بين المجموعات. يتم دعم هذه القدرات من خلال قيود الأنواع المعتمدة على Generics وتأكيدات الأنواع المعتمدة على الواجهات لضمان عمل العمليات عبر أنواع مختلفة من العناصر.
Implements set intersection logic to find common elements between two slices.