Code Monkey home page Code Monkey logo

apollo's Introduction

基于Django的宙斯盾后台系统:

功能列表:
    1:主要提供宙斯盾系统的相关api;
    2:基于Celery提供基础的异步调用功能;

注意项:
    1:django_celery_results的 celery 结果存储(可以选择非默认数据库):
         python manage.py migrate django_celery_results --database apollo

    2:mysql多库配置问题,使用 database_router 来分配各应用数据库。

    3:多机器分库时,ForeignKeyFiels:django.db.utils.IntegrityError: (1215, 'Cannot add foreign key constraint')
          python manage.py migrate 失败;
         目前建议:将ForeignKeyFieldManyToManyFieldOneToOneField 放在同一个数据库里(同一数据库分库或许可行)

基于Celery的任务调度系统

功能列表:
    1:文本邮件或附件适量大小 (<=1024KB) 的邮件发送功能;
    2:定时任务功能

Recommendation:About the distributed protocol:

  (1): protocol, Raft. So far don't have python package
  (2): a tool, ZooKeeper base on paxos protocol(kazoo package to python on github) so far.

apollo's People

Stargazers

 avatar

Watchers

 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.