mirror of
https://github.com/dathere/de-intern-guide.git
synced 2025-12-26 19:17:00 +00:00
feat: add qsv section (CLI, pro, web) & GitHub and qsv pro setups (#20)
* Add qsv Sub-section and GitHub for Beginners guide * Add qsv, qsv pro & setup, qsv web, & GitHub setup Co-authored-by: Abdurrahman <mabdurrahman303@gmail.com> * chore: remove section --------- Co-authored-by: Abdurrahman <mabdurrahman303@gmail.com>
This commit is contained in:
parent
0fbfd9f1e7
commit
a07a6f7d26
27 changed files with 8876 additions and 102 deletions
70
docs/qsv/qsv-web.mdx
Normal file
70
docs/qsv/qsv-web.mdx
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
# 🖱 qsv.dathere.com
|
||||
|
||||
qsv is also available on the web! A subset of qsv commands are available to run at [qsv.dathere.com](https://qsv.dathere.com).
|
||||
|
||||
## 🌱 Benefits
|
||||
|
||||
Here are some benefits of qsv.dathere.com:
|
||||
|
||||
- 👋 **User-Friendly Interface**: Built with daisyUI, qsv.dathere.com is a neat way to interact with qsv
|
||||
- 🔌 **No Installation Required**: Hosted on the web and powered by the qsv CLI, no need to install the qsv CLI or qsv pro GUI
|
||||
- 📱 **Platform Independence**: Simply go to the web app on a desktop/mobile browser
|
||||
- 📊 **Interactive Data Previews**: A data table is generated based on command outputs
|
||||
|
||||
## 🌐 Accessing qsv.dathere.com
|
||||
|
||||
To access the qsv.dathere.com, simply visit the website: [qsv.dathere.com](https://qsv.dathere.com). It's a user-friendly platform that provides powerful data manipulation tools with just a few clicks. 🚀
|
||||
|
||||
## 🗺 UI Overview
|
||||
|
||||
### 🏡Home
|
||||
|
||||
"Home" is your starting point for qsv.dathere.com, a welcome page where you may begin browsing.
|
||||
|
||||

|
||||
|
||||
### 🌐 Web
|
||||
|
||||
"Web" is where you may run various qsv commands on your file(s) with a point-and-click UI without having to type any CLI commands.
|
||||
|
||||

|
||||
|
||||
### ⏱️ Benchmarks
|
||||
|
||||
"Benchmarks" is where you may data on qsv's performance and compare against previous versions of qsv.
|
||||
|
||||

|
||||
|
||||
## 💻 Web commands
|
||||
|
||||
On the Web commands page, you'll find a grid of qsv commands with brief descriptions, many of which you may use in the browser.
|
||||
|
||||
Simply click on the qsv command you want to use, provide your input file(s), select various flags and potentially subcommands, then press the run button.
|
||||
|
||||
:::info Why can't I select certain commands?
|
||||
|
||||
Certain commands are unavailable since there currently isn't an automated process for integrating qsv into a web UI, so many commands were manually added for the web app.
|
||||
|
||||
:::
|
||||
|
||||

|
||||
|
||||
## Command example
|
||||
|
||||
For instance, let's choose the "behead" command.
|
||||
|
||||
This is a relatively simple command that removes the first row from your CSV, removing the header row.
|
||||
|
||||
| Upload by clicking the 'Choose File' button | or Drag and Drop |
|
||||
| :-----------------------------------------------------------: | :----------------------------------------------------------------------: |
|
||||
|  |  |
|
||||
|
||||
Once you've uploaded the CSV file you want to work with, simply click on the 'RUN BEHEAD!' button and see what happens!
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
Loading…
Add table
Add a link
Reference in a new issue