If you've successfully connected your data source to Luzmo, it might be useful to go through this checklist to ensure that everything is ready for production! First we'll give some tips on securely connecting your data source, afterwards you can find some more general tips and finally some recommendations on ensuring performant datasets.

Security checklist

Reset Security Checkboxes
    • Unique: Do not reuse passwords.
    • Random: A randomly generated password is ideal.
    • Long: The longer the password, the harder it is to brute force.

        General checklist

        Reset General Checkboxes
        • If you want to visualize your revenue per month, you will need to have a column that indicates a date as well as a column indicating the revenue for that date.
        • Are percentages available as float numbers between 0 and 1?
        • Are dates stored as dates/datetimes/timestamps/...?
        • Are all numeric values coming through as expected?
        • Are all nested objects/arrays unpacked into columns/rows?
        • Have you mapped values and column names to business terminology?
        • Have you stripped non-relevant data (such as id’s used to link to data tables)?
        • Have you created logical, topic-based datasets to abstract the complex underlying data model from the dashboard designer?
          This Academy course walks you through the typical analytical data modeling process!
        • This article walks you through the steps needed to link datasets in Luzmo!

        Performance checklist

        Reset Performance Checkboxes

        Most of the items below are mentioned in this “Performance tips” Academy article. Each item will redirect you to the relevant part of that article!

          • Point 4 in the "Performance tips" article explains when to use materialized views and how to set them up in PostgreSQL & MySQL/MariaDB. This functionality is also available in other data sources such as Snowflake, MongoDB, etc.


          If you've successfully checked all of the recommendations above, your dataset is ready to be used in dashboards! If this is the first dashboard you'll be creating, the "Getting started" Academy course walks you through our platform and the dashboard editor. Once your first dashboard has been created, we recommend to go through the Dashboard 'Ready-for-production' Checklist to ensure it adheres to our best practices!

          Need more information?

          Do you still have questions? Let us know how we can help.
          Send us feedback!