rchain / bounties

RChain Bounty Program
MIT License
90 stars 62 forks source link

FFI from Rholang to Apache Spark dataframes #445

Closed dckc closed 5 years ago

dckc commented 6 years ago

Big data, financial analytics contracts gotta scream -- Greg at the Nov 2017 Developer Retreat

That boggled my mind, at the time, so I jotted it down to ask around about it.

The other day in #rholang, @birchmd wrote:

Rholang will have a foreign function interface (FFI) which will allow lower level (and thus possibly faster) implementations of specific compute heavy functions. An obvious example for the blockchain use case being crypto functions like hashing and signatures. And similar core functionalities for AI applications, like matrix algebra and numerical derivatives, would be good FFI candidates as well.

This makes total sense.

It mostly answers my question about porting SQL business rules (#387) as well.

Viraculous commented 5 years ago

@dckc what's the progress on this issue? I am persuaded to close it since it requires a smart objective. Feel free to open it to get your thought around it.