A package for Data Analyst
Project description
.. image:: https://github.com/DessertsLab/assets/blob/master/png/sachima_logo.png :alt: Sachima | LOGO
Sachima | Better data analyst
.. start-badges
.. list-table:: :stub-columns: 1
* - Build
- | |Build Status| |Codecov|
* - Docs
- | |Documentation|
* - Package
- | |PyPI| |PyPI version| |Code style black|
* - Support
- | |Join the chat at https://gitter.im/sachima-python/community|
.. |Build Status| image:: https://travis-ci.com/DessertsLab/Sachima.svg?branch=master :target: https://travis-ci.com/DessertsLab/Sachima .. |Codecov| image:: https://codecov.io/gh/DessertsLab/Sachima/branch/master/graph/badge.svg :target: https://codecov.io/gh/DessertsLab/Sachima .. |Join the chat at https://gitter.im/sachima-python/community| image:: https://badges.gitter.im/sachima-python/community.svg :target: https://gitter.im/sachima-python/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge .. |Documentation| image:: https://readthedocs.org/projects/sachima/badge/?version=latest :target: http://sachima.readthedocs.io/en/latest/?badge=latest .. |PyPI| image:: https://img.shields.io/pypi/v/sachima.svg :target: https://pypi.python.org/pypi/sachima/ .. |PyPI version| image:: https://img.shields.io/pypi/pyversions/sachima.svg?logo=python :target: https://pypi.python.org/pypi/sachima/ .. |Code style black| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black
.. end-badges
Sachima is a package for Data Analyst who wants to get capabilities of Data Engineer:
- Publishing your code as a http or rpc api.
- Working with BI platform like Superset.
- Sending your data reports to email or sns.
- Working with GrassJelly which is a Data Visulization project.
Installation
pip3 install sachima
Get ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
git checkout pp_feat_apitable_0.29_new
-
virtualenv -p python3 venv
-
source venv/bin/activate
-
pip install -r requirements.txt
if you get compile error remove cchardet==1.0.0 from requirements.txt and run again https://stackoverflow.com/questions/52509602/cant-compile-c-program-on-a-mac-after-upgrade-to-mojave
-
pip install -r requirements-dev.txt
-
pip install -e .
-
fabmanager create-admin --app superset
if you already had sqllite db file ~/.superset/superset.db rename it to superset_backup.db
-
superset db upgrade
-
superset init
-
superset load_examples
-
cd superset/assets
-
yarn
-
npm run dev
-
cd ../..
-
create file ./venv/bin/superset_config.py
.. code:: json
APP_NAME = 'My App'
API_URL_CONFIG = {
'RPC': 'amqp://rabbitname:rabbitpass@0.0.0.0/vhost',
'RESTFUL': 'http://0.0.0.0:8008/reports',
'GRPC': '0.0.0.0:50051',
}
- cd superset
- FLASK_ENV=development flask run -p 8088 --with-threads --reload --debugger
- open browser http://127.0.0.1:8088/login/
- ref:https://github.com/apache/incubator-superset/blob/master/CONTRIBUTING.md#flask-server
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sachima-2019.1a9.tar.gz.
File metadata
- Download URL: sachima-2019.1a9.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cc75f120ba24f0cc13072f60e09516e4f582c4a2e295e5a7c22db41dd68cb94
|
|
| MD5 |
ff6811731c2e4c556b473d183713b838
|
|
| BLAKE2b-256 |
1cadcabac67360ff38c048d3f3ad87c72ba0ca5404751ff42885b38e5f340e8e
|
File details
Details for the file sachima-2019.1a9-py3-none-any.whl.
File metadata
- Download URL: sachima-2019.1a9-py3-none-any.whl
- Upload date:
- Size: 19.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84d26bc203235495184b788d18f44c59166907122f487f16ef02c78daa71141c
|
|
| MD5 |
9240cd6e5f7b5730235487f727129061
|
|
| BLAKE2b-256 |
16e9c355800192072b3c53d77e8a75cff7b66686dab4468b7bb44fb7c933a4ee
|