ducker

By duckerlabs

Ducker Alternatives

Similar projects and alternatives to ducker

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ducker alternative or higher similarity.

ducker reviews and mentions

Posts with mentions or reviews of ducker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-03.
  • DuckDB: Querying JSON files as if they were tables
    9 projects | news.ycombinator.com | 3 Mar 2023
    I made a docker image with a number of extensions already installed and enabled so you can start using DuckDB with the lowest friction.

    `alias dckr='docker run --rm -it -v $(pwd):/data -w /data duckerlabs/ducker'`

    then `dckr` gives you a DuckDB shell with PRQL, httpfs, json, parquet, postgres, sqlite, and substrait enabled.

    For example, to get the first 5 lines of a csv file named "albums.csv", you could run it with PRQL

    ```dckr -c 'from `albums.csv` | take 5;'```

    https://github.com/duckerlabs/ducker

Stats

Basic ducker repo stats
1
13
3.6
about 1 year ago

duckerlabs/ducker is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of ducker is Dockerfile.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com