Skip to content

Ethereum with Spark

Ashish Shukla edited this page Sep 1, 2018 · 4 revisions

Integration of spark with ethereum has been done in two ways-

1. Using Spark JDBC component

Spark provides a way to connect to other data sources via JDBC. We can use this feature to connect to ethereum network through ethereum jdbc driver.

Refer below link for detailed information-

Ethereum JDBC with Spark

2. Ethereum spark connector

We have build a connector which will use Spark for query processing in a distributed manner.

Refer below link for detailed informantion

Ethereum Spark Connector