{"id":16346627,"url":"https://github.com/zillionare/omega","last_synced_at":"2025-07-23T09:08:56.943Z","repository":{"id":39761192,"uuid":"259597165","full_name":"zillionare/omega","owner":"zillionare","description":"Data module for project zillionare","archived":false,"fork":false,"pushed_at":"2024-04-06T02:55:43.000Z","size":4372,"stargazers_count":13,"open_issues_count":12,"forks_count":6,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-18T04:13:09.485Z","etag":null,"topics":["quant","quotation","security","trade"],"latest_commit_sha":null,"homepage":"http://www.jieyu.ai","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zillionare.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-28T09:54:20.000Z","updated_at":"2025-06-30T04:50:21.000Z","dependencies_parsed_at":"2023-11-13T13:46:27.487Z","dependency_job_id":"64084d85-59e3-418b-b1e3-12471ef7e3de","html_url":"https://github.com/zillionare/omega","commit_stats":{"total_commits":243,"total_committers":2,"mean_commits":121.5,"dds":"0.020576131687242816","last_synced_commit":"e537ce4bad34bde3f5135c65fa309cb4ebb1b83f"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/zillionare/omega","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillionare%2Fomega","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillionare%2Fomega/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillionare%2Fomega/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillionare%2Fomega/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zillionare","download_url":"https://codeload.github.com/zillionare/omega/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillionare%2Fomega/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266649218,"owners_count":23962191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["quant","quotation","security","trade"],"created_at":"2024-10-11T00:35:49.562Z","updated_at":"2025-07-23T09:08:56.922Z","avatar_url":"https://github.com/zillionare.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![](http://images.jieyu.ai/images/hot/zillionbanner.jpg)\n\n[![Version](http://img.shields.io/pypi/v/zillionare-omega?color=brightgreen)](https://pypi.python.org/pypi/zillionare-omega)\n[![CI Status](https://github.com/zillionare/omega/actions/workflows/release.yml/badge.svg?branch=release)](https://github.com/zillionare/omega)\n[![Code Coverage](https://img.shields.io/codecov/c/github/zillionare/omega)](https://app.codecov.io/gh/zillionare/omega)\n[![ReadtheDos](https://readthedocs.org/projects/omega/badge/?version=latest)](https://omega.readthedocs.io/en/latest/?badge=latest)\n[![Downloads](https://pepy.tech/badge/zillionare-omega)](https://pepy.tech/project/zillionare-omega)\n[![License](https://img.shields.io/badge/License-MIT.svg)](https://opensource.org/licenses/MIT)\n[![Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n\n高速分布式本地行情服务器\n\n\n# 简介\n\nOmega为大富翁(Zillionare)智能量化交易平台提供数据服务。它是一个分布式、高性能的行情服务器，核心功能有：\n\n1. 并发对接多个上游数据源，如果数据源还支持多账户和多个并发会话的话，Omega也能充分利用这种能力，从而享受到最快的实时行情。目前官方已提供JoinQuant的数据源适配。\n\n2. 高性能和层次化的数据本地化存储，在最佳性能和存储空间上巧妙平衡。在需要被高频调用的行情数据部分，Omega直接使用Redis存储数据；财务数据一个季度才会变动一次，因而读取频率也不会太高，所以存放在关系型数据库中。这种安排为各种交易风格都提供了最佳计算性能。\n\n3. 优秀的可伸缩部署(scalability)特性。Omega可以根据您对数据吞吐量的需求，按需部署在单机或者多台机器上，从而满足个人、工作室到大型团队的数据需求。\n\n4. 自带数据(Battery included)。我们提供了从2015年以来的30分钟k线以上数据，并且通过CDN进行高速分发。安装好Omega之后，您可以最快在十多分钟内将这样巨量的数据同步到本地数据库。\n\n[帮助文档](https://zillionare-omega.readthedocs.io)\n\n鸣谢\n=========\n\nZillionare-Omega采用以下技术构建:\n- [Python Project Wizard](https://zillionare.github.io/python-project-wizard)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzillionare%2Fomega","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzillionare%2Fomega","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzillionare%2Fomega/lists"}