3
10 Comments

How do you manage data of your SAAS?

Hello all. I'm building a SAAS on top of postgreSQL. I've been exploring how to quickly implement a data management solution to manage the DB data in a process centric way rather than typical CRUD operations. Some examples...

  1. Activate/de-activate users/accounts
  2. Publish notifications (browser based push)
  3. View table level data and may be some aggregated data

These processes have tables and corresponding controller code already written. Do you build internal dashboards to manage data and such processes or is something readily available? I'm currently exploring DjangoAdmin and react-admin for this.

  1. 2

    Check out Retool, I think it’s exactly what ur looking for

    1. 1

      This is awesome! Thank you @Bsme.

  2. 1

    Did you try to set up some filters inside django admin? For simple cases, it should be good enough

    1. 1

      Thanks @bennychan. Haven't had a chance to look at Django Admin yet. Will try this out though.

  3. 1

    Hey Mahesh. Why not consider some no-code tool for it.
    You can do all of it on Tabbli the platform for SaaS.
    I'll be happy to be of help you. What about to make it together?

    1. 1

      Hi Alex. Tabbli looks really cool. Can it connect to my own DB and administer the data in it?

      1. 1

        Not so hard to export/import your data into Tabbli and then manage it there.
        You can use csv for it

        1. 1

          Ok. Thanks for clarifying Alex. I'd prefer a more realtime solution that connects directly to my DB.

          1. 1

            Well it is also possible via API

            1. 1

              Interesting. I'll get in touch if I don't find more seamless alternatives. Thank you.

Trending on Indie Hackers
How I grew a side project to 100k Unique Visitors in 7 days with 0 audience 47 comments Competing with Product Hunt: a month later 33 comments Why do you hate marketing? 27 comments $15k revenues in <4 months as a solopreneur 14 comments Use Your Product 13 comments How I Launched FrontendEase 13 comments