Does it only accept python language?
I have some text processing in NodeJs that I would like to upload to server ess to see if it runs faster
Solution:Jump to solution
Yes, JS SDK is incomplete (basically a work-in-progress) so you would need to use the Python SDK
4 Replies
Solution
Yes, JS SDK is incomplete (basically a work-in-progress) so you would need to use the Python SDK
You can call your JS script from a Python wrapper tho.
Something like this:
https://www.dataquest.io/blog/python-subprocess/
Dataquest
Python Subprocess: The Simple Beginner's Tutorial (2023)
In this article, we'll demonstrate how to use the subprocess module in Python to run different subprocesses during a regular Python script.
Don't forget ur js deps if you wanna do this, and handle logs properly