Skip to main content

Data fetcher framework for zillionare

Project description

omega

https://img.shields.io/pypi/v/omega.svg https://img.shields.io/travis/zillionare/omega.svg Documentation Status

分布式本地行情服务器

Omega 功能

Omega为大富翁(Zillionare)智能量化交易平台提供数据服务。它是一个分布式、高性能的行情服务器,核心功能有:

  1. 可插拔的协议适配,可支持多种数据源。当前官方提供了JoinQuant的行情适配器,未来我们将根据数据源的质量,提供更多的适配;您也可以自行适配其它数据源。

  2. 高性能、层级式的数据本地化方案。在需要高频调用的行情数据部分,我们直接使用Redis存储数据;而对每个季度才变动一次的财务数据,则存放在关系型数据库中。这种安排,为初学者、以动量策略为主的交易者提供了较为平滑的学习曲线:您可以从一台机器、仅安装配置Redis服务器的情况下开始量化交易;一旦业务发展、团队扩张,或者需要提取财务因子参与计算,则可以按需启用关系型数据库。

  3. 高内聚、低耦合。系统将数据访问与其它功能(行情数据收发、多进程协作、数据校验)等分开,从而使得Omega可以较容易扩展开来。

  4. 支持基于cli和Web API的管理。

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2020-04-28)

  • First release on PyPI.

0.5.0 (2020-11-09)

  • Add valuation data

  • Update omicron to 0.2.0

  • Update jq-adaptor to 0.2.1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zillionare-omega-0.5.0.tar.gz (32.9 kB view hashes)

Uploaded Source

Built Distribution

zillionare_omega-0.5.0-py3-none-any.whl (35.6 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