Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/incentius-foss/WhatTheDuck
WhatTheDuck is an open-source web application built on DuckDB. It allows users to upload CSV files, store them in tables, and perform SQL queries on the data.
https://github.com/incentius-foss/WhatTheDuck
csv duckdb sql
Last synced: 2 months ago
JSON representation
WhatTheDuck is an open-source web application built on DuckDB. It allows users to upload CSV files, store them in tables, and perform SQL queries on the data.
- Host: GitHub
- URL: https://github.com/incentius-foss/WhatTheDuck
- Owner: incentius-foss
- License: mit
- Created: 2024-03-20T10:56:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T10:21:53.000Z (6 months ago)
- Last Synced: 2024-05-03T14:45:26.571Z (6 months ago)
- Topics: csv, duckdb, sql
- Language: Vue
- Homepage: https://whattheduck.incentius.com/
- Size: 512 KB
- Stars: 406
- Watchers: 5
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
WhatTheDuck is an open-source web application built on DuckDB, designed to allow users to upload CSV files, store them
in tables, and perform SQL queries on the uploaded data. The application also provides the functionality to download
filtered results in CSV format, supports uploading multiple files, and enables users to perform join queries. It's
important to note that the application stores data temporarily in memory, and refreshing the page will clear all
uploaded data.## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)
- [Contributing](#contributing)
- [License](#license)## Using docker
To run the application using docker, follow these steps:
```cmd
docker-compose build
docker-compose up
```## Installation
To install the necessary dependencies, please follow these steps:
1. Clone the WhatTheDuck repository to your local machine.
2. Navigate to the project directory.
3. Run the following command to install the dependencies using Yarn:
```bash
yarn
```
or using npm:```bash
npm install
```## Usage
To start the application in development mode, with hot-code reloading and error reporting, follow these steps:
1. Make sure you have completed the installation steps mentioned above.
2. Run the following command:
```bash
quasar dev
```This will start the application in development mode, and you can access it in your browser at http://localhost:9000 (or
a different port if specified).
To build the application for production, use the following command:```bash
quasar build
```The production build of the application will be available in the **dist/** directory.
## Configuration
The application's configuration can be customized by modifying
the [quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js) file. Please refer to the Configuring
quasar.config.js documentation for detailed instructions on how to customize the configuration according to your needs.## Contributing
Contributions to WhatTheDuck are welcome! If you would like to contribute to the project, please follow these steps:
1. Fork the repository on GitHub.
2. Clone your forked repository to your local machine.
3. Create a new branch for your feature or bug fix.
4. Make the necessary changes and commit them.
5. Push the changes to your forked repository.
6. Submit a pull request to the main repository.# Created by Incentius
If you are seeking to leverage innovative technologies to create a custom application or transform your business
processes, we invite you to reach out to Incentius. Discover how we can help you enable digital transformation and
accelerate your business progress. For more information, visit us at [Incentius](https://incentius.com)## License
WhatTheDuck is open-source software released under the [MIT License](./LICENSE.md). You are free to use, modify, and
distribute the
application in accordance with the terms of the license.## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=incentius-foss/WhatTheDuck&type=Date)](https://star-history.com/#incentius-foss/WhatTheDuck&Date)