How to easily create your own SQLite Virtual Table

What is a Virtual Table? "Normal" tables consist of rows and columns. Plenty of data sources - like APIs - don't quite adhere to this format, but with a little "data massaging" can be made to output data into rows/columns. This is exactly what a virtual table does... SQLite can execute your own programs which … Continue reading How to easily create your own SQLite Virtual Table

Nugget Post: Changing the branding on OpenSearch login page

The OpenSearch documentation isn't explicit about how to change the branding for the login page. The documentation here: https://opensearch.org/docs/latest/dashboards/branding/ does a great job in detailing how to change the branding once you are past the login page. However, what if we'd like to change the login page itself? Github issue to the rescue.... Turns out … Continue reading Nugget Post: Changing the branding on OpenSearch login page