Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Metabase - ask questions and learn from data

    App Wishlist
    5
    10
    692
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • nebulon
      nebulon Staff last edited by girish

      http://www.metabase.com/
      docker run -d -p 3000:3000 --name metabase metabase/metabase
      https://github.com/metabase/metabase

      1 Reply Last reply Reply Quote 7
      • L
        louis last edited by

        In addition to Metabase itself as an app, it would be very useful to have an option to open up access to the MySQL / PostgreSQL database from other apps on the Cloudron to access from Metabase.

        1 Reply Last reply Reply Quote 0
        • girish
          girish Staff last edited by

          For the moment, redash is availble on the app store but it still does not have access to the internal databases as @louis wants.

          girish 1 Reply Last reply Reply Quote 0
          • M
            marbetschar last edited by

            We started a first approach for a metabase app which works quite well:
            https://git.cloudron.io/mandelkind/metabase-app

            Open questions to be answered by upstream:
            https://github.com/metabase/metabase/issues/6804

            1 Reply Last reply Reply Quote 1
            • girish
              girish Staff @girish last edited by

              @girish said in Metabase - ask questions and learn from data:

              For the moment, redash is availble on the app store but it still does not have access to the internal databases as @louis wants.

              This is now fixed in 2.3. DB credentials are now constant. Simply use the web terminal to get the credentials of an internal database/app.

              1 Reply Last reply Reply Quote 0
              • jimcavoli
                jimcavoli App Dev last edited by

                An initial skeletal packaging of metabase is up at https://git.cloudron.io/jimcavoli/metabase-app and everything works as expected. It runs via Java, so it's a bit of a memory hog...unfortunately I couldn't find a good solution other than to set the minimum at about 1G which seems to leave enough to get it running reliably...could be lower perhaps, but I'd question its usability at such a scale.

                Otherwise:

                • Cloudron LDAP for SSO works - automatically mapping administrators doesn't, but that's not really the end of the world since you have to create an admin via the setup wizard on first run anyway
                • Cloudron mail for email notifications works, both on-demand and scheduled
                • App settings are stored in a postgres database
                • Encryption key is generated at install to enable credential encryption at rest by default
                • Update checking disabled by default
                • Provision for user-specified configuration by environment variables set in /app/data/env
                • Ability to add Oracle / Vertica / other plugins to /app/data/plugins
                1 Reply Last reply Reply Quote 3
                • girish
                  girish Staff last edited by

                  @jimcavoli Oh wow, this is awesome, thanks! We have been looking into some tool that can help us graph values from a database. Currently, our stats apps is entirely hand coded, so it makes it hard to generate new graphs.

                  Do you (or anyone else) have experience with metabase? How flexible is it?

                  I will give it a run tomorrow. (cc @luckow)

                  jimcavoli 1 Reply Last reply Reply Quote 2
                  • jimcavoli
                    jimcavoli App Dev @girish last edited by

                    @girish I'm fairly familiar with both Metabase and deeply familiar with Grafana...you're probably looking for the latter, especially with collect already in place. It can be back by a lot of things too, and focuses just on graphing whereas Metabase is much more BI slanted. I'll take a look at Grafana today as well!

                    1 Reply Last reply Reply Quote 2
                    • girish
                      girish Staff last edited by

                      Metabase is now available as an unstable app. Thanks a lot @jimcavoli !

                      1 Reply Last reply Reply Quote 1
                      • girish
                        girish Staff last edited by

                        I have created a separate category for this app now - https://forum.cloudron.io/category/86/metabase . Please ask questions there, I will lock this thread.

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Powered by NodeBB