WhatTheDuck Save

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.

Project README

Image Description

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.

WhatTheDuck - Your browser based SQL engine for CSV files | Product Hunt Incentius

Table of Contents

Using docker

To run the application using docker, follow these steps:

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:

    yarn
    

    or using npm:

    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:
    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:

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 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

License

WhatTheDuck is open-source software released under the MIT License. You are free to use, modify, and distribute the application in accordance with the terms of the license.

Star History

Star History Chart

Open Source Agenda is not affiliated with "WhatTheDuck" Project. README Source: incentius-foss/WhatTheDuck
Stars
413
Open Issues
1
Last Commit
1 week ago
License
MIT
Tags

Open Source Agenda Badge

Open Source Agenda Rating