Skip to main content

A package for Data Analyst

Project description

Sachima | LOGO

Sachima | Better data analyst

Build

Build Status Codecov

Docs

Documentation

Package

PyPI PyPI version Code style black

Support

Join the chat at https://gitter.im/sachima-python/community

Sachima is a package for Data Analyst who wants to get capabilities of Data Engineer:

  • Publishing your python codes as a http/rpc api.

  • Working with BI platform Superset.

  • Sending your data reports to email or sns.

  • Working with GrassJelly which is a Data Visulization project.

Getting Started

First you should have python3(https://www.python.org/downloads/) and nodejs(https://nodejs.org/en/download/) installed on your os

you should check your installation by

python3 -V

Python 3.7.2

node -v

v11.6.0

then you will need a separate environment to run Sachima, cd to your working dir and run commands pip3 install virtualenv

mkdir sachima_start

python3 -m venv sachima_start/venv

source sachima_start/venv/bin/activate

pip3 install sachima

sachima init`

sachima run

deactivate

Installation

pip3 install sachima

Working with superset

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

sachima-2019.5.4.tar.gz (26.4 kB view hashes)

Uploaded Source

Built Distribution

sachima-2019.5.4-py3-none-any.whl (33.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page