Qlib-Server is the data server system for Qlib. It enable Qlib to run in online mode. Under online mode, the data will be deployed as a shared data service. The data and their cache will be shared by all the clients. The data retrieval performance is expected to be improved due to a higher rate of cache hits. It will consume less disk space, too.
Перейти к файлу
bxdd 0163d555d3 docs conf update 2020-09-21 14:52:49 +08:00
docker_support init commit 2020-09-21 09:50:57 +08:00
docs docs conf update 2020-09-21 14:52:49 +08:00
qlib_server init commit 2020-09-21 09:50:57 +08:00
scripts init commit 2020-09-21 09:50:57 +08:00
.gitignore init commit 2020-09-21 09:50:57 +08:00
CHANGES.rst init commit 2020-09-21 09:50:57 +08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-09-02 18:16:33 -07:00
LICENSE Initial LICENSE commit 2020-09-02 18:16:39 -07:00
README.md init commit 2020-09-21 09:50:57 +08:00
SECURITY.md Initial SECURITY.md commit 2020-09-02 18:16:37 -07:00
__init__.py init commit 2020-09-21 09:50:57 +08:00
config_template.yaml init commit 2020-09-21 09:50:57 +08:00
main.py init commit 2020-09-21 09:50:57 +08:00
setup.py init commit 2020-09-21 09:50:57 +08:00

README.md

QLibServer is the assorted server system for QLib, which utilizes QLib for basic calculations and provides extensive server system and cache mechanism. With QLibServer, the data provided for QLib can be managed in a centralized manner.

Framework of qlib-server

Quick start

Installation

More About qlib-server

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.