Add glue link in readme

marketstore_integration
Tyler Goodlet 2020-06-03 12:09:55 -04:00
parent bc9af977a4
commit 31b4d5c6a7
1 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,8 @@ trading and financial analysis targetted at hardcore Linux users.
It tries to use as much bleeding edge tech as possible including (but not limited to): It tries to use as much bleeding edge tech as possible including (but not limited to):
- Python 3.7+ for glue and business logic - Python 3.7+ for glue_ and business logic
- trio_ and asyncio_ for async - trio_ and `asyncio` for async
- tractor_ as the underlying actor model - tractor_ as the underlying actor model
- marketstore_ for historical and real-time tick data persistence and sharing - marketstore_ for historical and real-time tick data persistence and sharing
- techtonicdb_ for L2 book storage - techtonicdb_ for L2 book storage
@ -23,6 +23,7 @@ It tries to use as much bleeding edge tech as possible including (but not limite
.. _marketstore: https://github.com/alpacahq/marketstore .. _marketstore: https://github.com/alpacahq/marketstore
.. _techtonicdb: https://github.com/0b01/tectonicdb .. _techtonicdb: https://github.com/0b01/tectonicdb
.. _Qt: https://www.qt.io/ .. _Qt: https://www.qt.io/
.. _glue: https://numpy.org/doc/stable/user/c-info.python-as-glue.html#using-python-as-glue
Focus and Features: Focus and Features: