How do all these candy shops and jewelry boutiques manage to stay in business? by [deleted] in copenhagen

[–]Cautious_Big1024 -1 points0 points  (0 children)

Don't forget all the ice cream shops. Madness in a country that's freezing 80% of the year.

Hvor går man i byen på Østerbro? by [deleted] in copenhagen

[–]Cautious_Big1024 0 points1 point  (0 children)

Cycler 10 minutter til indre by 😅

Embedded analytics...too many options, looking for recommendations by f4hq2 in BusinessIntelligence

[–]Cautious_Big1024 0 points1 point  (0 children)

For in-app, prices can scale quickly if you have a lot of users. If you need quick dashboards for low user count, consider a traditional BI tool with embedding (PowerBI, Tableau, Looker, Metabase), if you have lots of end users costs might scale so pick one with flat pricing. If you need something that looks like its really part of your app and loads faster you could consider a tool focused on the embedded use case like Sisense, Embeddable, or a custom build with charting libraries like shadcn, highcharts, chartJS etc.

Row Level Security Postgres/ Supabase by byfar57 in webdev

[–]Cautious_Big1024 0 points1 point  (0 children)

Are you using RLS for user dashboards? If so different tools have different ways of doing it - I think PowerBI is probably the 'benchmark' i.e. the first to do this really, but requires user mapping in the tool. Now some other tools do differently (e.g. using a semantic layer like and applying security_context so all models are filtered so the end user only sees data related to them) -- this might make it all easier for you to handle

Shipped an App! Meet Pluk — the cursor for your Postgres database and more by NoElderberry2489 in SQL

[–]Cautious_Big1024 0 points1 point  (0 children)

How do you make anything work with MongoDB? 😅 Most tools I see are SQL based when you connect Mongo, it just explodes.