aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/ormconfig.ts
Commit message (Collapse)AuthorAgeFilesLines
* pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [WIP] pull OHLCV records from Crypto Compare * lint * refactor to pull logic out of script and into modules * add entity test for ohlcv_external entity * implement rate limit and chronological backfill for ohlcv * add unit tests; cleanup variable names * Fetch OHLCV pairs params from events table * better method names * fix outdated test * lint * Clean up after review * oops * fix failing test * better filtering of most recent records * fix bug when generating pairs * fix default earliest backfill date * fix bug with retrieving backfill time * prettier
* Token_orderbook_snapshots for Ddex and Paradex(#1354)zkao2018-12-061-0/+2
| | | | | | * Implements the TokenOrderbookSnapshot Table * Scripts, Data Sources and Entities to pull Ddex and Paradex API data.
* Add script for parsing competing dex trades from Bloxy (#1355)Alex Browne2018-12-061-1/+3
|
* metadata and trusted sources in same raw tableJake Ellowitz2018-12-061-2/+2
|
* Pull token metadata re trusted tokensJake Ellowitz2018-12-061-0/+2
|
* Add workaround for broken save methodAlex Browne2018-12-061-1/+1
|
* Change some column types from varchar to numericAlex Browne2018-12-061-1/+1
|
* Implement scraping sra orders from radar relayAlex Browne2018-12-061-0/+2
|
* Configure linter with --format stylish and fix linter errorsAlex Browne2018-12-061-1/+1
|
* Configure TypeORM for migrations. Add new package.json scripts.Alex Browne2018-12-061-20/+5
|
* Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-061-2/+22
|
* Fix bugs in merge_v2_events script and disable verbose loggingAlex Browne2018-12-061-1/+1
|
* Enable verbose loggingAlex Browne2018-12-061-1/+1
|
* Update script to work with existing v1 pipeline dataAlex Browne2018-12-061-1/+14
|
* Add typeorm and begin inserting database recordsAlex Browne2018-12-061-0/+14