GithubHelp home page GithubHelp logo

wuyongdec / tiktok Goto Github PK

View Code? Open in Web Editor NEW

This project forked from brucedone/tiktok

0.0 3.0 0.0 1.71 MB

Python web visualize build on the awesome web framework sanic

License: Do What The F*ck You Want To Public License

Python 8.38% CSS 57.47% HTML 13.05% JavaScript 21.11%

tiktok's Introduction

Tiktok

Python web visualize build on the awesome web framework sanic ,it's inspired by the project of [dagobah](https://github.com/thieman/dagobah)

Why use sanic

While i using the dagobah ,which is based on the web framework of flask,and python version should be 2.x , after the app run a long time,the whole web page will broken and i have no choice except for restart it , after the deep research ,i do not have the reason why .so i just decide to use the sanic to replace the flask to see if it will fix this bug.

How to use

  • environment
    • python:3.5.x
    • mongodb:3.2.x
    • docker-compose >= 1.11.2
  • run with local
    • pip install git+https://github.com/BruceDone/py-dag.git
    • please start the mongo instance
    • please edit the src\config.yml MongoBackend section, update the host,port
    • install the package pip install -r requirements.txt
    • python run_app.py
    • open the 'http://0.0.0.0:9000' in your browser
  • run with docker
    • please install the docker ,and docker-compose
    • run docker-compose build in your shell
    • run docker-compose up -d in your shell
    • open the 'http://0.0.0.0:9000' in your browser

Feature

  • Manage multiple jobs scheduled with Cron syntax. Run times are shown in your local timezone.

  • Tasks can be anything you'd normally run at a shell prompt. Pipe and redirect your heart out.

  • Failed tasks don't break your entire job. Once you fix the task, the job picks up from where it left off.

  • On completion and failure, Tiktok sends you an email summary of the executed job (just set it up in the config file).

ToDo

  • Login
  • Send Email
  • Import and export job
  • Remote task

tiktok's People

Contributors

brucedone avatar

Watchers

James Cloos avatar Arnold avatar  avatar

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.