2 مستودعات
Interfaces that implement the Cassandra Query Language (CQL) for interacting with distributed tables.
Distinct from Distributed Databases: Distinct from general distributed databases by focusing on the specific SQL-like query language compliance.
Explore 2 awesome GitHub repositories matching data & databases · CQL Interfaces. Refine with filters or upvote what's useful.
Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability. It functions as a fault-tolerant distributed system that utilizes an LSM-tree storage engine to optimize write throughput and manage massive datasets. The system is a CQL-compliant database, using a structured query language to manage and retrieve tabular data stored across multiple nodes. It organizes information into rows and columns based on a flexible schema and primary keys. The project provides capabilities for horizontal database scaling, distributed data partitioning
Uses a structured query language (CQL) to manage and retrieve data from distributed tables.
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
Provides a dedicated editor for executing Cassandra Query Language statements.