4
6 Comments

BI Tableau Alternatives

Does anyone have tools or workflows they use to create visualizations on their data? The tools I'm familiar with aren't geared towards IndieHackers (not trying to spend $80 a month on Tableau). Personally I'm on a mac so PowerBI isn't an option either

on May 23, 2023
  1. 3

    Metabase has an Open Source version that you can run on your machine: https://www.metabase.com/start/oss/

    Or you can deploy it to your own servers. Some providers have one click deploy for it: https://render.com/docs/deploy-metabase

    1. 1

      Yes, metabase is great and I highly recommend it. Easy to use and free if you host it.

  2. 3

    have you tried metabase?

  3. 2

    My team and I are in the process of building a first version of our no code data visualization tool.

    You can take a look and see if it can work for you: https://app.drawingdata.io/

    Though, its still a work in progress and currently only has three charts available.

  4. 2

    How complex are the visualizations you're trying to make? I've currently got a project which let's you do some basic manipulation on data, but I could add on some visualization if it fits your needs?

    Otherwise https://mode.com is also pretty good imo

    Edit: my project: https://codelessapi.io

  5. 1

    I haven't tried it, but Observable looks decent.

    Are you trying to make interactive visualizations using your data, or just static images?