Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mneedham/drive-pinot
Code to simulate various actions in the Apache Pinot UI
https://github.com/mneedham/drive-pinot
Last synced: 12 days ago
JSON representation
Code to simulate various actions in the Apache Pinot UI
- Host: GitHub
- URL: https://github.com/mneedham/drive-pinot
- Owner: mneedham
- License: apache-2.0
- Created: 2023-07-21T08:51:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T06:51:30.000Z (about 1 year ago)
- Last Synced: 2024-04-14T09:10:03.911Z (9 months ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Driving the Pinot UI
This script is used to simulate doing various actions within the Pinot UI.
== Install dependencies
[source, bash]
----
npm i
----== Run the simulation
[source, bash]
----
node drive_pinot.mjs
----