Silzila - Data Exploration and Dashboarding App
Data exploration and dashboarding app
Silzila is an open source tool (License information here) which enables you to create meaningful visual charts in four easy steps
- Connect to your Database
- Define your Dataset
- Visualize the data
- Present charts in dashboard
Installation
-
Make sure you have Python version XX or higher.
-
Open command line or terminal and check your version of python by using the following code
python --version -
Verify that you also have setupTools by typing
pip list -
Install virtual environment if you don't have it already
pip install virtualenv -
Navigate into the folder of your choice where you want to install silzila project
-
Create a new virtual envronment
python -m venv <envName> -
Install silzila package
pip install silzila -
Activate the new virtual environment
.\<envName>\Scripts\activate -
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.
Release files for silzila 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| silzila-0.1.1.tar.gz | 4.1 MB | Details |
Release files / silzila-0.1.1.tar.gz
| Download URL | silzila-0.1.1.tar.gz |
|---|---|
| Size | 4.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
55604b0dce6d1bd7e188ec3e8101662170a49da3778a9e69a8ee46f1eb142673
|
|
BLAKE2b-256 checksum How to use checksums |
5e92c6414f47c506387b5ffe9b2353bf079a7167c42984368077d410e4271dcf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.7
|