Coder Social home page Coder Social logo

apache / ignite-web-console Goto Github PK

View Code? Open in Web Editor NEW
2.0 19.0 3.0 11.6 MB

Apache Ignite Web Console Discontinued

Home Page: https://ignite.apache.org/

Dockerfile 0.34% Shell 0.33% JavaScript 43.38% HTML 24.09% Java 8.93% CSS 8.40% TypeScript 14.24% Batchfile 0.28%

ignite-web-console's Introduction

Ignite Web Console

An Interactive Configuration Wizard and Management Tool for Apache Ignite

The Apache Ignite Web Console includes an interactive configuration wizard which helps you create and download configuration files for your Apache Ignite cluster. The tool also provides management capabilities which allow you to run SQL queries on your in-memory cache as well as view execution plans, in-memory schema, and streaming charts.

In order to simplify evaluation of Web Console demo mode was implemented. To start demo, you need to click button "Start demo". New tab will be open with prepared demo data on each screen.

Demo for import domain model from database. In this mode an in-memory H2 database will be started. How to evaluate: 1) Go to Ignite Web Console "Domain model" screen. 2) Click "Import from database". You should see modal with demo description. 3) Click "Next" button. You should see list of available schemas. 4) Click "Next" button. You should see list of available tables. 5) Click "Next" button. You should see import options. 6) Select some of them and click "Save".

Demo for SQL. How to evaluate: In this mode internal Ignite node will be started. Cache created and populated with data. 1) Click "SQL" in Ignite Web Console top menu. 2) "Demo" notebook with preconfigured queries will be opened. 3) You can also execute any SQL queries for tables: "Country, Department, Employee, Parking, Car".

For example:

  1. Enter SQL statement: SELECT p.name, count(*) AS cnt FROM "ParkingCache".Parking p INNER JOIN "CarCache".Car c ON (p.id) = (c.parkingId) GROUP BY P.NAME
  2. Click "Execute" button. You should get some data in table.
  3. Click charts buttons to see auto generated charts.

ignite-web-console's People

Contributors

agoncharuk avatar agura avatar akuznetsov-gridgain avatar akuznetsov-os avatar alamar avatar alexdel avatar anton-vinogradov avatar dkarachentsev avatar dmitriyff avatar dream-x avatar glukos avatar ilantukh avatar klaster1 avatar mafk avatar mikhail1988 avatar mmuzaf avatar nizhikov avatar nsamelchev avatar nva avatar pavlukhin avatar pkonstantinov avatar ptupitsyn avatar samaitra avatar sboikov avatar sdarlington avatar sergey-chugunov-1985 avatar shroman avatar vsisko avatar vveider avatar zzzadruga avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.