Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to connect to TickerPlant #26

Open
hzadonis opened this issue May 8, 2017 · 3 comments
Open

How to connect to TickerPlant #26

hzadonis opened this issue May 8, 2017 · 3 comments

Comments

@hzadonis
Copy link

hzadonis commented May 8, 2017

PyRFA is a very nice tool that make a easy operation to TREP to get realtime data.
But I have a question: How to connect the FeedHandler developed by PyRFA to the TickerPlant? Thank for share your suggestions!

@wiwat-tharateeraparb
Copy link
Contributor

We are not familiar with TickerPlant product. I guess it depends in TickerPlant API or data importing functionality. I am pretty sure it is likely possible to inject data to TickerPlant -- one way or another.

@hzadonis
Copy link
Author

Thanks, wiwat.
TickerPlant is a logical process running in KDB+, which retrieves data from Feed Handler(in this case, developed by PyRFA), and passes to RDB or other subscribers.
I'm trying qpython to make connection and do the workflow. Anyway, thanks for your attention.

@wiwat-tharateeraparb
Copy link
Contributor

I think you can build a PyRFA consumer to get the data from TREP and have a separate PyRFA "interactive provider" object to provide data to KDB+. Basically PyRFA interactive provider is a server which a client can connect to.

TREP --> [PyRFA consumer + PyRFA interactive provider] <-- KDB+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants