udf-bitshares-wrapper icon indicating copy to clipboard operation
udf-bitshares-wrapper copied to clipboard

postgres stuff

Open oxarbitrage opened this issue 7 years ago • 0 comments

the search api call use postgres database to get the markets with volume so we don't display all the possible crosses but only the ones that had volume in the last 24 hours.

this database postgres is populated by a script in another project: https://github.com/oxarbitrage/bitshares-python-api-backend/blob/master/postgres/import_markets.py the file runs once a day br cron and get the active market pairs.

udf search call use data from this populated database, may not be suitable for the UI, can need another way.

oxarbitrage avatar Dec 23 '17 21:12 oxarbitrage