-
Notifications
You must be signed in to change notification settings - Fork 232
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
Need basic SQL documenation #497
Comments
Well, I have to say that I am a little disappointed. It has been effectively 2 weeks now and no activity. I would think that this GitHub project was abandoned, but I see recent updates. So I have to conclude that there is no desire to build a community around I did have a little bit of success recently using the Well, I am running away and going back to HDF5 files. At least there I am able to find the data in a structured format and use it vs. having to have to fight to find the data and get ignored. If you are finding what ever community you have for |
@hickey I am monitoring marketstore as well and I think I like the project. I think I will take this issue to address your concerns above as part of their hacktoberfest event. I will do some code reading and create a documentation that addresses your concerns. I however will need your feedback with it so I will have to ask you to review the PR that I will make. Sounds good? |
@Bexanderthebex sure. A few things that I have seen indicates that |
@hickey Just to update you with my progress. Once you load the cli client, you should load the data that you backfilled or streamed first by running |
Does anyone find some documentation for marketstore cli ? i Cannot search or show anything |
Not ideal, but I was able to overcome the non-documentation a few times by using gh copilot. Code it as close as you can, lots of context and such, then make a comment about what you're trying to do as a prompt, and that might reveal the syntax you're looking for. |
I have just recently learned of
marketstore
and I am becoming convinced that it will be a better solution than using HDF5 files like I planned on.Bringing up an instance in a docker container was pretty straight forward and works well. I configured the instance to pull pricing data for BTC, ETH and LTC from GDAX to give me some basic data to play with and understand how to work with the instance.
Connecting to the instance is not a problem. Where problems develop is trying to understand the flavor of SQL that is implemented. I can not find a way to see what symbols there is data for. I have tried to just playing around and the "help" for the SQL parser are utterly useless. Here is the output for the most useful information I have been able to discover:
Now if one knows how the data and tables are structured, the above probably makes a good amount of sense, but for someone without this knowledge this become an exercise in frustration.
Please be kind to all of us starting out trying to use your software and give us some sample commands. It does not have to be formal documentation. I would be thrilled if you just had a cheatsheet that listed the most common commands and showed some examples.
Heck, I would be happy to write something up and generate a PR if I could just get anything in your software to work.
The text was updated successfully, but these errors were encountered: