Hacker News new | ask | show | jobs
by ghislainfourny 1682 days ago
Thank you for your feedback. The tutorial was moved over to an interactive notebook that you can find here:

https://colab.research.google.com/github/RumbleDB/rumble/blo...

The easiest way to get started locally is described here: https://rumble.readthedocs.io/en/latest/Getting%20started/

We no longer recommend the installation of Anaconda -- instead, the Spark tgz file can directly be downloaded, unzipped, and the bin subdirectory added to the PATH, which is considerably simpler. Likewise, the RumbleDB jar is just a download. Using the RumbleDB shell is the easiest to set up; Jupyter and the server require a bit of additional work.

For a cluster, this is even easier because most cloud platforms can create one with the push of a button, and one only needs to download the RumbleDB jar on the remote machine and get started right away.

Use of RumbleDB on a cluster is explained here: https://rumble.readthedocs.io/en/latest/Run%20on%20a%20clust...

1 comments

There is also a docker version that should ease the process:

https://hub.docker.com/r/rumbledb/rumble