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 Go के लिए एक फंक्शनल प्रोग्रामिंग लाइब्रेरी है जो स्लाइस (slices) और मैप्स (maps) को ट्रांसफॉर्म और क्वेरी करने के लिए हेल्पर फंक्शन्स का एक सेट प्रदान करती है। यह कलेक्शन मैनिपुलेशन और डेटा ट्रांसफॉर्मेशन के लिए एक डिक्लेरेटिव कोडिंग स्टाइल को सक्षम बनाती है, जिससे बार-बार मैन्युअल लूप्स लिखने की आवश्यकता कम हो जाती है। यह लाइब्रेरी सामान्य ऑपरेशन्स के लिए हायर-ऑर्डर फंक्शन्स लागू करती है, जिसमें प्रेडिकेट्स और कॉलबैक्स का उपयोग करके डेटा स्ट्रक्चर्स को मैप करना, फ़िल्टर करना और खोजना शामिल है। इसमें एलिमेंट के अस्तित्व का पता लगाने और कलेक्शन्स के बीच सामान्य एलिमेंट्स खोजने के लिए यूटिलिटीज शामिल हैं। ये क्षमताएं जेनेरिक-आधारित टाइप कंस्ट्रेंट्स और इंटरफेस-संचालित टाइप एसेर्शन्स के माध्यम से समर्थित हैं ताकि यह सुनिश्चित किया जा सके कि ऑपरेशन्स विभिन्न एलिमेंट टाइप्स पर काम करें।
Implements set intersection logic to find common elements between two slices.