8 रिपॉजिटरी
SQL interfaces for querying and mapping data from Cassandra or ScyllaDB clusters.
Distinct from SQL Query Interfaces: Distinct from general SQL query interfaces: focuses on Cassandra-specific data mapping and connectivity.
Explore 8 awesome GitHub repositories matching data & databases · Cassandra Connectors. Refine with filters or upvote what's useful.
Winston is a versatile logging library for Node.js designed to record system events and metadata. It functions as a multi-transport log manager that routes data to various destinations and a structured log formatter that transforms entries into JSON or plain text. The project is distinguished by its pluggable transport architecture, which decouples the logging interface from delivery mechanisms. This allows for the creation of custom transport extensions and the use of hierarchical logger instances to inherit configurations while attaching persistent metadata to downstream messages. The libr
Implements a connector for writing log entries to Cassandra column families.
Presto is a distributed SQL query engine designed for high-performance analytical processing across heterogeneous data sources. It functions as a data federation platform and massively parallel processing engine, allowing users to execute interactive queries against diverse storage systems without requiring data migration. By mapping remote metadata and structures to a unified relational namespace, it enables seamless cross-platform analysis through a standard SQL interface. The engine distinguishes itself through a pluggable connector architecture and a shared-nothing distributed processing
Connects to Cassandra or ScyllaDB clusters to perform SQL queries and map native data types.
Scylla is a distributed wide column NoSQL database designed as a high-performance data store. It functions as a Cassandra compatible database and a DynamoDB compatible store, implementing a shared-nothing architecture built on an asynchronous event-driven framework. The system emulates cloud-based APIs to support applications built for proprietary cloud protocols and implements the Cassandra Query Language for high-throughput workloads. This allows for the migration of cloud workloads to self-hosted environments while maintaining API compatibility. The project covers distributed data storage
Provides compatibility with Cassandra connectors for seamless data migration and tool integration.
Pinpoint is a distributed application performance management tool designed to trace requests and monitor metrics across large-scale distributed architectures. It functions as a request tracer, topology mapper, and JVM application monitor, providing a backend capable of collecting and visualizing trace data from OpenTelemetry compatible sources. The system distinguishes itself through a combination of bytecode-based instrumentation via a Java agent and topology-based visualization that renders live maps of service interconnections. It captures execution flow across asynchronous boundaries, suc
Captures and analyzes the execution of queries sent through the Cassandra JDBC driver.
Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma
Materializes feature values into Cassandra tables for low-latency online serving.
f1-race-replay एक Python एप्लिकेशन है जिसे ट्रैक मैप पर इंटरैक्टिव Formula 1 रेस इवेंट्स और ड्राइवर स्थितियों को रेंडर करने के लिए डिज़ाइन किया गया है। यह रियल-टाइम ड्राइवर स्पीड, गियर और DRS स्थिति की निगरानी के लिए एक टेलीमेट्री एनालिसिस डैशबोर्ड और एक इंटरैक्टिव रेस रिप्ले सिस्टम के रूप में कार्य करता है। यह प्रोजेक्ट ड्राइवर स्टैंडिंग, टायर कंपाउंड्स और रिटायरमेंट स्थिति को ट्रैक करने के लिए एक लाइव रेस लीडरबोर्ड प्रदान करता है। इसमें रेस अनुक्रमों और ड्राइवर आंदोलनों को सिम्युलेट करने के लिए नेविगेशन कंट्रोल्स के साथ एक प्लेबैक टूल शामिल है, जिसमें सेफ्टी कार तैनाती का एनिमेशन भी शामिल है।
Displays real-time speed, gear, DRS status, and lap information for selected drivers during a session.
Fast-F1 Formula 1 के लिए डिज़ाइन की गई एक Python डेटा लाइब्रेरी और टेलीमेट्री एनालाइज़र है। यह टाइमिंग डेटा, सत्र परिणाम और उच्च-आवृत्ति वाहन सेंसर मेट्रिक्स को पुनः प्राप्त करने और प्रोसेस करने के लिए एक प्रोग्रामेटिक API रैपर के रूप में कार्य करता है। प्रोजेक्ट मोटरस्पोर्ट प्रदर्शन बेंचमार्किंग और विज़ुअलाइज़ेशन के लिए विशेष टूल प्रदान करता है। यह वाहन टेलीमेट्री, जैसे गति ट्रेस और गियर शिफ्ट की तुलना को सक्षम बनाता है, और गति और कोने के ओवरले के साथ स्थानिक ट्रैक मैप उत्पन्न करता है। लाइब्रेरी डेटा पुनर्प्राप्ति और विश्लेषण क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है, जिसमें रेसिंग शेड्यूल, चैंपियनशिप स्टैंडिंग और सर्किट मेटाडेटा का निष्कर्षण शामिल है। यह लाइव रेस गतिविधि और रेस कंट्रोल संदेशों की निगरानी का समर्थन करती है, जबकि डेटा लोड करने के दौरान नेटवर्क अनुरोधों को कम करने के लिए लोकल डिस्क कैशिंग का उपयोग करती है।
Calculates driver metrics and lap consistency by applying mathematical operations across entire telemetry arrays.
TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features
Connects to Cassandra and ScyllaDB clusters using native protocols and authentication.