From beec2d8a122f1b06f0223fa34a6e8649671ebf20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Franke?= Date: Sun, 12 Nov 2017 16:16:54 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6dc659..de2e310 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,12 @@ A [Spark datasource](http://spark.apache.org/docs/latest/sql-programming-guide.html#data-sources) for the [HadoopCryptoLedger](https://github.com/ZuInnoTe/hadoopcryptoledger/wiki) library. This Spark datasource assumes at least Spark > 1.5 or Spark >= 2.0. Currently this datasource supports the following formats of the HadoopCryptoLedger library: -* Bitcoin Blockchain +* Bitcoin and Altcoin Blockchain * Bitcoin Block Datasource format: org.zuinnote.spark.bitcoin.block * Bitcoin Transaction Datasource format: org.zuinnote.spark.bitcoin.transaction - +* Ethereum and Altcoin Blockchain + * Ethereum Block Datasource format: org.zuinnote.spark.ethereum.block + This datasource is available on [Spark-packages.org](https://spark-packages.org/package/ZuInnoTe/spark-hadoopcryptoledger-ds) and on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Chadoopcryptoledger). Find here the status from the Continuous Integration service: https://travis-ci.org/ZuInnoTe/spark-hadoopcryptoledger-ds/