You might have heard about how we're planning to d...
# plugins-general
p
You might have heard about how we're planning to do more feature demos as part of the releases, to pair with this I'm also going to be doing “Meltano in Action” demos which are more focused on examples of using Meltano. These will be more implementation reference videos, explaining things we’re doing with the Squared repo, testing out new plugins before they’re officially added, etc. I made my first video yesterday about getting Lightdash installed as a custom (soon to be supported) analyzer plugin. Check it out and let me know what you think!

https://youtu.be/m1NESi-mB4U?t=6

Also theres another awesome demo by @oliver_laslett from Lightdash

here

if you want to check that out too. Really the new addition since then is using the Meltano file bundle and as an example of picking up at the end of the Meltano getting started guide.
If I remember correctly @visch also had a demo using Lightdash during a demo day at some point but I couldnt find it when I was searching 🤔
v
Awesome Pat! One more trick I found recently that's nice In your docker postgres install add
-e POSTGRES_DB=lightdash
and you won't have to run the create database sql command manually! 😄 Lightdash had some blog about it a while back,

https://www.youtube.com/watch?v=241J91udoUU&t=149s

is mine 😄
Just saw you're already using the -e for a different DB. https://hub.docker.com/_/postgres#:~:text=POSTGRES_USER%2C%20and%20POSTGRES_DB.-,Initialization%20scripts,-If%20you%20would I guess is the best option 🤷
p
@visch thanks for linking that! In my demo I started the postgres instance with a
warehouse
database so that my
elt tap-gitlab target-postgres
had somewhere to load to, then I created a separate database inside the same postgres instance called
lightdash
for Lightdash to use as a backend, for isolation. I dont think that was totally clear in the video. I just wanted to demo as if I just finished following the getting started guide but wanted to add an analyzer
v
Version controlling reports / dashboards is going to be chef kiss