Anthony Posted July 24, 2017 Share Posted July 24, 2017 (edited) Has anybody tried setting up rippled data-api? I tried deploying data-api from https://github.com/ripple/rippled-historical-database/tree/develop but the deployment documentation is quite confusing . Somehow i manage to run it on server. But I have two problems: 1. importing historical data - historical data is quite big and somewhere in the middle of importing it throws hbase-client timeout exception 2. fetching exchanges. - I can get exchanges usinghttps://<my server>/v2/exchanges/XRP/JPY+r94s8px6kSw1uZ1MV98dhSRTvc6VMPoPcN?limit=1000&start=2017-07-23T04:30:00&end=2017-07-24T04:30:00 but when i tried aggregating it with interval using https://<my server>/v2/exchanges/XRP/JPY+r94s8px6kSw1uZ1MV98dhSRTvc6VMPoPcN?limit=1000&interval=1day&start=2017-07-23T04:30:00&end=2017-07-24T04:30:00 returns nothing . I tried using the public data-api and it returns something. https://data.ripple.com/v2/exchanges/XRP/JPY+r94s8px6kSw1uZ1MV98dhSRTvc6VMPoPcN?limit=1000&interval=1day&start=2017-07-23T04:30:00&end=2017-07-24T04:30:00 Edited July 25, 2017 by Anthony Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now