Code Monkey home page Code Monkey logo

pysilzila's Introduction

Silzila - Data Exploration and Dashboarding App

License

Data exploration and dashboarding app

Installation | Demo

Silzila is an open source tool (License information here) which enables you to create meaningful visual charts in four easy steps

  1. Connect to your Database
  2. Define your Dataset
  3. Visualize the data
  4. Present charts in dashboard

Installation

  1. Make sure you have Python version 3.7 or higher.

  2. Open command line or terminal and check your version of python by using the following code python --version

  3. Verify that you also have setupTools by typing pip list

  4. Install virtual environment if you don't have it already pip install virtualenv

  5. Navigate into the folder of your choice where you want to install silzila project

  6. Create a new virtual envronment python -m venv <envName>

  7. Install silzila package pip install silzila

  8. Activate the new virtual environment .\<envName>\Scripts\activate

  9. Once the environment is active, you can then start the silzila app by typing the following command in prompt silzila. A new browser window will open up with an instance of silzila app

Note: When connecting to Database please check if Database service is up and running. For MS SQL Server, please check if you have installed ODBC Driver and TCP/IP is enabled for the database.

Demo

1. Connect with Database

Create connections to the databases which you need

2. Define your Dataset

Select a subset of tables from one of the Data Connections, define relation between tables and create a dataset

3. Visualize the data

Visualize the data in one of the many charts available

4. Present charts in dashboard

Charts created in each of the tiles can be then displayed as required in the dashboard

pysilzila's People

Contributors

gnkasthuri avatar prakash-npm avatar sarvanrb avatar silzila avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pysilzila's Issues

DataSet Edit - Rename Table Name

In Dataset edit page, when I try to rename a table name, it is asking in pop-up that if I really want to rename. This is unnecessary.
A desired behaviour is: after clicking rename, it should go to name edit mode with the existing name pre-populated & selected in it. (just like how renaming in tile or tab name).

Make sure when user doesn't give anything or just gives blank spaces, we should give warning "at least one letter should be provided" in pop-up

Also check inn Dataset Create page.

Chart Controls Restructure

Re-design chart controls area on the right side of graph. Have a small bar with icons for
Charts
Chart Controls
Filters

On Clicking these icons, render relevant options/ controls

"react-tiny-popover": "^5.1.0"

We have added old version on "react-tiny-popover": "^5.1.0", current version is '7.0.1'. This issue cause npm install error. Need to change the package.json with latest version.

Menu Items

Add "Close PlayBook" under File in File Menu. Once clicked Pop up should come asking there are unsaved things in Dashboard. Are you sure want to close PlayBook Yes & No bottons.

Also Add "About" with some text about Silzila should come in Popup. Under Help, have "Go to Silzila Websiite" & "Bug Reporting" (GitHub) menu.

Go to home from opened Dashboard saves automatically

If we open existing Dashboard and do some modification, then while clicking home button it automatically saves the new Changes. Sometimes user don't want to add the changes to the dashboard.
The correct behaviour would be to prompt the user if he wants to preserve newly added things.
Prompt like "There are some unsaved changes to the dashboard. Do you want to save or discard changes?
with 2 buttons Save & Discard.

Add More Charts

Add the following charts - Pie, Donut, Line, Area, ScatterPlot. Edit options of these chart to reflect changes made in store under chartControls

Add Tooltip for Icons in Graph Title area

When mouseover in Graph Title area (<GraphArea> Component), show description of MUI icons

  • BarChartIcon: view graph
  • CodeIcon: SQL Code
  • OpenInFullIcon: Show full screen

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.