OHDSI Home | Forums | Wiki | Github

Spark support: DatabaseConnector and SqlRender

Hello Developers,

I have added Spark SQL support to the DatabaseConnector and SqlRender packages in the “spark” branch. If you have a Spark SQL environment, can you try these packages out?

The branches are here:

You can install using these commands:
devtools::install_github("OHDSI/DatabaseConnector", ref = "spark")
devtools::install_github("OHDSI/SqlRender", ref = "spark")

Thank you @parisni for the initial SqlRender rules – I made some edits based on my environment.

Thanks,
Ajit

t