Git Product home page Git Product logo

cql-ui's Introduction

cql-ui

cql-ui is a web-based interface for interacting with CQL databases like Cassandra or ScyllaDB.

CQL-UI Screenshot

Getting Started

Prerequisites

  • Node.js
  • CQL Database

Server

  1. Install server dependencies:

    cd ./cassandra-server
    npm install
    
  2. Start the server

    SERVER_PORT=7777 NODE_CONTACT_POINT=172.18.0.7 LOCAL_DATA_CENTER=datacenter1 node server.js
    

    Replace 172.18.0.7 with the actual contact point IP address of your NoSQL database cluster.

Client

  1. Install client dependencies

    cd ./cql-ui
    npm install
    
  2. Start the client

    REACT_APP_MIDDLEWARE_HOST=http://127.0.0.1:7777 npm start
    

    This will start the cql-ui client on your local development server. Make sure the host flag points to the previously created server.

Usage

  1. Open your web browser and navigate to http://localhost:3000.
  2. Choose the keyspace
  3. Choose the table
  4. Start editing
  • Press "Save" to save the changes
  • Press "Add" to add a new editable row
  • Press "Discard" to discard all changes made to a table

Possibilities

  • Can choose keyspaces
  • Can choose tables
  • Can CRUD existing tables (Create, Read, Update, Delete data)
  • Can filter data by fields
  • Performs operations as a single transaction
  • Displays errors

Limitations

  • Cannot create tables
  • Cannot create indexes
  • Cannot paginate data
  • Cannot order data
  • Cannot create backups
  • Cannot scale databases
  • Cannot monitor the database

cql-ui's People

Contributors

tropical32 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.