mirror of
https://github.com/dathere/de-intern-guide.git
synced 2025-12-27 11:37:01 +00:00
Add qsv Sub-section and GitHub for Beginners guide
This commit is contained in:
parent
0fbfd9f1e7
commit
b5b3788fa6
22 changed files with 268 additions and 78 deletions
77
docs/qsv/qsvWeb.mdx
Normal file
77
docs/qsv/qsvWeb.mdx
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
|
||||
|
||||
# 🏍️ qsv.dathere.com
|
||||
## 🏁 Getting Started with qsv Web Version Guide
|
||||
|
||||
### Introduction:
|
||||
|
||||
qsv (pronounced "Quicksilver") is a command line program
|
||||
for querying, indexing, slicing, analyzing, filtering, enriching,
|
||||
transforming, sorting, validating & joining CSV files.
|
||||
Commands are simple, fast & composable
|
||||
|
||||
| **Benefits of QSV Web** |
|
||||
|---------------------------|
|
||||
| ✨ **User-Friendly Interface** |
|
||||
| 🚀 **No Installation Required** |
|
||||
| 🌐 **Platform Independence** |
|
||||
| 📊 **Interactive Data Previews** |
|
||||
|
||||
### 🌐 Accessing qsv Web Version
|
||||
To access the qsv Web Version, simply visit our website at [qsv.dathere.com](qsv.dathere.com). It's a user-friendly platform that provides powerful data manipulation tools with just a few clicks. 🚀
|
||||
|
||||
### Interface Overview
|
||||
|
||||
#### 🏡Home
|
||||
|
||||
"Home" is your starting point for qsv's Web Version. It takes you to the welcoming homepage where you can begin your data journey.
|
||||
|
||||

|
||||
|
||||
#### 👩💻 Web
|
||||
|
||||
"Web" is where you access qsv's user-friendly web commands, simplifying data tasks with a click.
|
||||
|
||||

|
||||
|
||||
#### ⏱️ Benchmarks
|
||||
"Benchmarks" is where you find data on qsv's performance and evolution. Explore performance stats and metrics here.
|
||||
|
||||

|
||||
|
||||
### 👩💻 Web Commands
|
||||
|
||||
On the Web Commands page, you'll find an array of icons representing various qsv commands,
|
||||
each designed to tackle specific data tasks.
|
||||
Simply click on the icon related to your task, and let qsv work its magic. It's that easy!
|
||||
|
||||
:::info Why can't I select few commands? 🚫
|
||||
|
||||
Though the website is up and running there are few commands which are not fully integrated on the web version
|
||||
|
||||
:::
|
||||
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
### Command Example
|
||||
|
||||
For instance, let's choose the "behead" command, one of qsv's fundamental tools.
|
||||
This command serves the purpose of removing CSV file headers, setting the stage for your data operations.
|
||||
|
||||
Upload using file explorer | or Drag n' Drop
|
||||
:-------------------------:|:-------------------------:
|
||||
 ) |  )
|
||||
|
||||
|
||||
Once you've uploaded the CSV file you want to work with, simply click on the 'RUN' button and see what happens!
|
||||
|
||||

|
||||
|
||||

|
||||

|
||||

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