ELK>> api>> 返回
项目作者: Cloud-Player

项目描述 :
Backend services for cloud-player
高级语言: Python
项目地址: git://github.com/Cloud-Player/api.git
创建时间: 2017-10-30T10:44:15Z
项目社区:https://github.com/Cloud-Player/api

开源协议:GNU General Public License v3.0

下载


Build Status
Openapi Documentation
Asyncapi Documentation
Code Coverage
Python 3.6

Cloud Player API

This repository contains the REST and ASYNC backend API for the Cloud-Player
web and desktop applications. It is build using the tornado framework and integrates
a PostgreSQL database over SQLAlchemy. The pub/sub system is implemented with Redis.
There is a continuous testing and deployment toolchain setup with travis and AWS.

require

  1. python==3.6
  2. pip>=9
  3. npm>=3.5
  4. postgresql>=10
  5. redis>=3

install

  1. make

develop

  1. bin/api

test

  1. bin/test