Use toolkit with Spark SQL


#1

Hi guys, I’d like to visualize data stored in my Spark SQL enviroment directly from ChartFactor Studio. I looked at the documentation for details on the REST operations I need to provide but I wonder if you have an example where I can see the request/response in more in detail. Thanks.


#2

Hi @bob you can take a look at our reference implementation of the Spark SQL over REST service on this public repo: https://github.com/Aktiun/spark-sql-rest. Follow the instructions on the README.md to set up the service and let us know if something doesn’t work as advertised. Best regards.