@@ -32,6 +32,8 @@ For the latest version, check out the repo and call
32
32
> python bitcoinetl.py
33
33
```
34
34
35
+ [ LIMITATIONS] ( #limitations )
36
+
35
37
## Table of Contents
36
38
37
39
- [ Schema] ( #schema )
@@ -40,9 +42,7 @@ For the latest version, check out the repo and call
40
42
- [ Exporting the Blockchain] ( #exporting-the-blockchain )
41
43
- [ Running in Docker] ( #running-in-docker )
42
44
- [ Command Reference] ( #command-reference )
43
- - [ Querying in Amazon Athena] ( #querying-in-amazon-athena )
44
- - [ Querying in Google BigQuery] ( #querying-in-google-bigquery )
45
- - [ Public Dataset] ( #public-dataset )
45
+ - [ Public Datasets in BigQuery] ( #public-datasets-in-bigquery )
46
46
47
47
48
48
## Schema
@@ -110,6 +110,12 @@ value | bigint |
110
110
111
111
You can find column descriptions in [ schemas] ( https://github.com/blockchain-etl/bitcoin-etl-airflow/tree/master/dags/resources/stages/enrich/schemas )
112
112
113
+ ## LIMITATIONS
114
+
115
+ - output values returned by Dogecoin API have precision loss due to this issue
116
+ https://github.com/dogecoin/dogecoin/issues/1558
117
+
118
+
113
119
## Exporting the Blockchain
114
120
115
121
1 . Install python 3.5.3+ https://www.python.org/downloads/
@@ -218,6 +224,7 @@ monotonic https://twitter.com/EvgeMedvedev/status/1073844856009576448. You can f
218
224
> export BITCOINETL_BITCOIN_PROVIDER_URI=http://user:pass@localhost:8332
219
225
> export BITCOINETL_LITECOIN_PROVIDER_URI=http://user:pass@localhost:8331
220
226
> export BITCOINETL_DOGECOIN_PROVIDER_URI=http://user:pass@localhost:8330
227
+ > export BITCOINETL_BITCOIN_CASH_PROVIDER_URI=http://user:pass@localhost:8329
221
228
> export BITCOINETL_DASH_PROVIDER_URI=http://user:pass@localhost:8328
222
229
> export BITCOINETL_ZCASH_PROVIDER_URI=http://user:pass@localhost:8327
223
230
> pytest -vv
@@ -230,11 +237,5 @@ monotonic https://twitter.com/EvgeMedvedev/status/1073844856009576448. You can f
230
237
> tox
231
238
` ` `
232
239
233
- # # Querying in Amazon Athena
234
- Coming Soon...
235
-
236
- # # Querying in Google BigQuery
237
- Coming Soon...
238
-
239
- # ## Public Dataset
240
+ # ## Public Datasets
240
241
Coming Soon...
0 commit comments