uccross / skyhookdm-arrow

Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. It also provides computational libraries and zero-copy streaming messaging and interprocess communication. Languages currently supported include C, C++, Java, JavaScript, Python, and Ruby.
https://arrow.apache.org
Apache License 2.0
10 stars 7 forks source link

[Doc]: Create an guide for running experiments on SkyhookDM #200

Closed JayjeetAtGithub closed 3 years ago

JayjeetAtGithub commented 3 years ago
  1. Provide the links of the scripts in arrow-rados-cls/scripts and add commands to download them using wget and make them executable. Show one example to run each of the commands as given here.
  2. Provide the link to the datasets and show how to create the dataset using the deploy_data.sh script.
  3. Provide the link to the benchmark script and explain it and also show an example to run it.
  4. Additionally, write steps to set up a Prometheus-based monitoring setup based on this.