GithubHelp home page GithubHelp logo

hpcc-systems / hpccinfo Goto Github PK

View Code? Open in Web Editor NEW
0.0 12.0 5.0 1.32 MB

An Info Worksheet (like a spreadsheet) to view HPCC data files and apply simple data manipulation

License: Apache License 2.0

HTML 14.27% JavaScript 84.77% CSS 0.17% TypeScript 0.77% TSQL 0.03%

hpccinfo's Introduction

HPCCInfo

A Workbook (like an Excel workbook) to view HPCC data files and apply simple data manipulation

Requirements

For development, you will only need Node.js and MYSQL Server installed on your environment.

Node

Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.

$ node --version
v8.9.4

$ npm --version
5.6.0

Install

$ git clone https://github.com/hpcc-systems/HPCCInfo.git
$ cd HPCCInfo/server
$ npm install -g bower
$ npm install

PM2 is a production process manager for Node.js / io.js applications with a built-in load balancer. It allows you to keep applications alive forever, to reload them without downtime and to facilitate common system admin tasks.

$ npm install pm2 -g

Execute myql script located in folder HPCCInfo/server/HPCCInfo_schema.sql Update the MySql connection properties in HPCCInfo/server/DBConnection.js

$ cd HPCCInfo/client
$ bower install

Start the application

$ cd HPCCInfo/server
$ pm2 start server.js

Stop the application

$ pm2 stop server

Current Processes

$ pm2 list

More about PM2 commands here http://pm2.keymetrics.io/docs/usage/quick-start/#cheat-sheet

Open Google Chrome browser and enter the url (http://localhost:3000)

NOTE:

We recommed using Google Chrome browser. The application is only being tested using Google Chrome. If you are using any other browser, the application might not run properly.

Bugs and Feedback

For bugs, questions and discussions please use the Github Issues.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

hpccinfo's People

Contributors

alfjjacob avatar arjunachala avatar dependabot[bot] avatar dineshshetye avatar sachinhsempress avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hpccinfo's Issues

Add new landing page

Add new landing page. The user should be able to sign-in using their google account details.

Grid UI enhancements.

  1. Upgrade to vaadin-grid 2.x version
  2. Make Headers bold and Center Align
  3. The user should be able to sort by clicking on the column header

GRID UI Issues

  1. Grid does not stretch to the maximum available space
  2. Make Headers bold and Center Align
  3. The user should be able to sort by clicking on the column header

image

Separating Editor and View into individual files

Create separate files for each Plugin editor and view and under a plugin name folder. This is what i am thinking:

image

When someone wants to create a new plugin they will create a plugin-name folder and editor and view files. This will provide clear separation of plugins from the base code as well as more robust code organisation.

Validation workflow for New Worksheet is incorrect

If validation fails on the new workbook workflow, an alert is displayed but it still creates a workbook. Should display the new workbook screen again. In fact do not even close the new workbook screen unless the validation passes.

Add a Delete button to a tab

Currently there is no way to delete a tab once it has been added. Need to be careful in one situation where the user is trying to delete an in-between tab which might affect the current project workflow.

Migrate old UI

Migrate the old UI with Headers, Cluster properties and input data

Grid enhancements

The user should be able to perform the following operations in grid.

  1. Select a single/multiple rows and copy.
  2. Select single cell and copy.

Visual changes for better user experience

List of things to do:

  1. By default, if the user has not used Info before, the workspace will be populated with a tab called ‘Input’. It will have a message (in the place where the data is shown) saying ‘Please use the edit button to select an input file’.

  2. In the left navigation where the cluster details are shown, show an apply button if the user changes any of the cluster details.

  3. On clicking new worksheet, accept the title. On click of OK, delete the existing tabs and add a new tab called “Input”. Follow the rest of step 2 above.

DOMException when adding Plugins

DOMException when adding Plugins. This maybe caused because of changing the PluginId field from disabled to editable. Refer issue #13 as to why this was implemented.

image

Save and retrieve a project

We should be a able to save and retrieve a project from db. The data needs to be passed onto the client in JSON format. So we will need to write a wrapper to convert the data retrieved from db into JSON format.

Project changes are not getting saved

Project changes are not getting saved when you open an existing project, modify it and save it. The changes are not getting saved in the database.

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.