Metadata-Version: 2.1
Name: dizest
Version: 3.0.4
Summary: season dizest: data management platform
Home-page: https://github.com/season-framework/dizest
Author: proin
Author-email: proin@season.co.kr
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argh
Requires-Dist: matplotlib
Requires-Dist: psutil
Requires-Dist: requests
Requires-Dist: Pillow
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: season (==1.0.4)
Requires-Dist: peewee
Requires-Dist: bcrypt
Requires-Dist: python-socketio[client]

# SEASON Dizest Platform

## Introduction

SEASON Dizest Platform (dizest) provides visual convenience for artificial intelligence data analysis based on web technology.

![screenshot](./screenshots/dizest.gif)

## Installation

```bash
pip install dizest
cd <your-workspace>
dizest run
dizest run --port 4000 --host 0.0.0.0
```

## Upgrade

```bash
pip install dizest --upgrade
cd <your-workspace>
dizest update
```

## Roadmap

- Core
    - run entire workflow
    - kernel for k8s
    - cache controller
    - command line tools (run workflow on terminal)
- General
    - User's mypage (for password change)
    - SAML Authentication
- Apps
    - copy apps from hub to myapps
    - export/import app
- Workflow
    - auto process (auto ordering flows)
- Explore
    - explore workflow on hub
    - comment or review functions
    - copy workflow to my workflow
- Drive
    - connect with Google Drive, Dropbox, etc.
- Dizest Cloud
    - manage apps & workflow on cloud
    - connect with hub by API

## Release Note

### 3.0.4

- child process bug fixed

### 3.0.3

- bug fixed at sudo spawner

### 3.0.2

- add `executable` option

### 3.0.0

- define dizest process `server`, `kernel`, `spawner`
- update workflow editor ui: `codeflow`, `kernel selector`, etc
- multi kernel support (support multi language like R)
- support 3rd party development (spawner, kernel)

### 2.2.1

- wiz 1.0 upgrade

### 2.2.0

- ui changed (app editor/info)
- cdn config in app editor
- input/output ordering by drag in app editor
- drive download url changed (apache bug)
- db changed

### 2.1.5

- kernel config at dizest.json

### 2.1.4

- variable type on workflow apps (select, text, textarea, date, number)

### 2.1.3

- socketio bug fixed

### 2.1.2

- class bug fixed in workflow

### 2.1.1
- bug fixed

### 2.1.0
- pip package installer on admin page
- change main page: apps -> workflow
- bug fixed on process management
- code refactoring
- kernel upgrade (fork -> spawn)
- add socketio config (config/socketio.py)

### 2.0.8
- workflow import/export
- kill processes on admin dashboard
- ui bug fixed on workflow

### 2.0.7
- display error status on workflow
- code edit on workflow

### 2.0.6
- bug fixed

### 2.0.5
- app ui api bug fixed
- display workflow error message
- workflow running status logic changed

### 2.0.4
- dizest runner update (--host, --port option)
- change dizest app process cwd (to local drive)
- run shortcut on app development page (shift+enter)

### 2.0.3
- bug fixed

### 2.0.2
- bug fixed

### 2.0.1
- bug fixed

### 2.0.0
- Upgrade Workflow Engine
- Upgrade App development API
- Change UI/UX
- adding Drive Concept

