Elestio blog
  • Home
  • Announcements
  • Softwares
  • Main website
Sign in Subscribe
Creating Keycloak cluster with Elestio
Keycloak

Creating Keycloak cluster with Elestio

We will be creating a Keycloak cluster using Elestio. So, to get started head over to Elestio Dashboard and deploy and login into the Keycloak service to get started. Terraform Module for Keycloak Cluster A comprehensive Terraform module developed by Elestio significantly simplifies the process of deploying and scaling Keycloak
23 Jun 2024 5 min read
Embedding Superset dashboards in your React application
Superset

Embedding Superset dashboards in your React application

We will knowing more about embedding Superset dashboards in your react application. Maximizing Data Insights: Integrating Superset's Image Export with External Applications Apache Superset stands out as a powerful tool for data visualization, boasting a user-friendly interface for rapid chart creation across diverse databases. Among its extensive feature
23 Jun 2024 2 min read
Superset SSO with Google integration
Superset

Superset SSO with Google integration

We will be knowing more about Superset SSO with Google integration. Seamless Integration of Superset with Google SSO for Enhanced Data Analysis Understanding Superset SSO with Google Integration Incorporating Single Sign-On (SSO) with Google in Apache Superset not only streamlines the authentication process but also enhances the overall user experience.
23 Jun 2024 3 min read
Superset Download as Image API Guide
Superset

Superset Download as Image API Guide

We will knowing more about Superset Download as Image API Guide. Apache Superset provides a powerful API for downloading dashboard images, making it easier to share visual insights without requiring direct access to the platform. This guide explains how to use the Superset API to export dashboard images seamlessly. Understanding
23 Jun 2024 1 min read
Superset Redis Caching Guide
Superset

Superset Redis Caching Guide

We will be knowing more about Superset Redis Caching. Optimize your Superset dashboards for better performance and scalability by integrating Redis caching. This guide explains how to set up and leverage Redis as a cache backend in Superset. Understanding Redis as a Cache Backend in Superset Superset integrates with Redis
23 Jun 2024 2 min read
Apache Superset SSO integration guide
Superset

Apache Superset SSO integration guide

Integrating Single Sign-On (SSO) with Apache Superset enhances both security and user experience by enabling users to authenticate with their existing credentials. This guide provides a step-by-step process to set up SSO with Superset. Prerequisites * A Superset instance (v0.34.0 or later) * An SSO provider (e.g., Okta, Auth0)
23 Jun 2024 3 min read
Apache Superset Clickhouse integration
Superset

Apache Superset Clickhouse integration

Discover how integrating Apache Superset with ClickHouse can elevate your data visualization and analytics capabilities. This guide walks you through setting up and optimizing this powerful combination. Apache Superset and ClickHouse Integration Combining Apache Superset with ClickHouse offers a robust solution for data analytics, enabling users to visualize and interact
23 Jun 2024 2 min read
Superset Nginx timeout guide
Superset

Superset Nginx timeout guide

Discover troubleshooting tips to resolve Superset Nginx timeout issues effectively. Understanding Superset and Nginx Timeout Issues When running Apache Superset behind an Nginx reverse proxy, users might face 504 Gateway Timeout errors. These errors usually occur when Nginx doesn't get a timely response from the Superset server, often
23 Jun 2024 4 min read
Repair N8N SQLite database
n8n

Repair N8N SQLite database

We are going to use a self-hosted version of N8N deployed on Elestio. So before we start, ensure you have deployed N8N, we will be self-hosting it on Elestio. Go to your N8N data folder Open terminal and go to your N8N data folder, on elestio it's located
23 Jun 2024 1 min read
How to clean up the N8N database
n8n

How to clean up the N8N database

During this tutorial, we are going to use a self-hosted version of N8N deployed on Elestio. So before we start, ensure you have deployed the N8N service and have a connected database that is used to store the logs and execution records. What is N8N? N8N is an open-source workflow
23 Jun 2024 3 min read
Creating custom integration in N8N
n8n

Creating custom integration in N8N

Let's see how you can create custom integration in N8N. During this tutorial, we will learn about the benefits and use of creating custom integration. Before we start, ensure you have deployed N8N, we will be self-hosting it on Elestio. What is N8N? N8N is an open-source workflow
23 Jun 2024 3 min read
How to use Browserless with N8N to capture screenshots
Browserles

How to use Browserless with N8N to capture screenshots

Let's see how you can create an application that makes HTTP requests to Browserless and get screenshots. During this tutorial, we will be building the workflow from scratch. Before we start, ensure you have deployed N8N, we will be self-hosting it on Elestio. What is N8N? N8N is
23 Jun 2024 3 min read
How to Migrate from Zapier/ Make to N8N
Softwares

How to Migrate from Zapier/ Make to N8N

Let's see how you can migrate your workflows and zaps from Zapier & Make to N8N. During this tutorial, we will be using simple workflows as examples and you can choose to do with complex workflows or multiple workflows. Before we start, ensure you have deployed N8N, we
23 Jun 2024 3 min read
Migrating to Vaultwarden
Softwares

Migrating to Vaultwarden

Let's see how you can migrate your already available passwords and secrets vault to Vaultwarden. During this tutorial, we will be using the already available Bitwarden vault. You can follow along with this tutorial on any other vault provider too. Before we start, ensure you have deployed Vaultwarden,
23 Jun 2024 3 min read
Typebot: Building Effective Customer Support
Softwares

Typebot: Building Effective Customer Support

Let's see how you can create a simple customer support chatbot using Typebot. During this tutorial, we will be using a pre-defined template to create the chatbot. You can also choose to create the same from scratch. Before we start, ensure you have deployed Typebot, we will be
23 Jun 2024 3 min read
Generating PDFs with N8N using Gotenberg
n8n

Generating PDFs with N8N using Gotenberg

Let's see how you can create an application that can generate PDFs with N8N using Gotenberg. During this tutorial, we will be building the workflow from scratch. You can choose to use different databases to perform similar actions. Before we start, make sure you have deployed N8N, we
23 Jun 2024 4 min read
Building a BI Dashboard with Metabase
Getting Started

Building a BI Dashboard with Metabase

Let's see how you can build a BI Dashboard with Metabase. During this tutorial, we will be creating a BI dashboard to analyse the provided data and visualize it in a dashboard. We are going to create this application from scratch. Before we start, make sure you have
23 Jun 2024 4 min read
Building a Customer Support Dashboard with Baserow
Getting Started

Building a Customer Support Dashboard with Baserow

Let's see how you can build a Customer Support Dashboard with Baserow. During this tutorial, we will be creating a database and application which returns the particular record once the button is created. We are going to create this application from scratch. Before we start, ensure you have
20 Jun 2024 3 min read
How to build a Telegram AI bot with N8N
Getting Started

How to build a Telegram AI bot with N8N

Let's see how you can create a Telegram AI bot with N8N open-source. During this tutorial, we will be creating the workflow using a template. You can create the same from scratch too. Before we start, ensure you have deployed N8N, we will be self-hosting it on Elestio.
18 Jun 2024 3 min read
Linkwarden: Free Open-source Bookmark Manager for Teams
Open source softwares

Linkwarden: Free Open-source Bookmark Manager for Teams

In the digital age, managing a plethora of bookmarks can be a daunting task, especially for teams working on collaborative projects. Enter Linkwarden, an open-source bookmark manager designed specifically for individuals and teams to collect, organize, and preserve webpages. Its feature-rich platform ensures that your bookmarks are not only organized
17 Jun 2024 3 min read
Retrieve weather information based on a zip code 🌤️
n8n

Retrieve weather information based on a zip code 🌤️

Let's see how you can create an application that can retrieve weather information based on a zip code using API. During this tutorial, we will be creating the workflow using a template. You can create the same from scratch too. Before we start, make sure you have deployed
13 Jun 2024 4 min read
Performing SQL query on MySQL server
n8n

Performing SQL query on MySQL server

Let's see how you can create API Endpoints that perform SQL query on MySQL server. During this tutorial, we will be creating the workflow from scratch. You can choose to use different databases to perform similar actions. Before we start, make sure you have deployed N8N, we will
11 Jun 2024 4 min read
Dify: Free Open-source LLM AI Chatbots Builder Platform
Open source softwares

Dify: Free Open-source LLM AI Chatbots Builder Platform

In the rapidly evolving field of Generative AI, Dify emerges as a powerful open-source platform for building Large Language Model (LLM) applications. Designed to streamline processes, simplify workflows, and enhance value delivery, Dify offers a comprehensive suite of tools for developing AI chatbots and assistants. Discover the core features of
10 Jun 2024 2 min read
API Endpoint for GET method
n8n

API Endpoint for GET method

Hey everyone, In this blog we are going to see how you can create API Endpoints that responds to your GET requests using N8N. During this tutorial, we will be creating the workflow using a template. You can create the same from scratch too. Before we start, make sure you
05 Jun 2024 4 min read
5 Free Open Source Tools Every Developer Should Know
Open source softwares

5 Free Open Source Tools Every Developer Should Know

Do not start your next project without knowing those 5 free open source tools. They will save you time and effort by preventing you from redeveloping common features. With these tools, you can have robust, efficient solutions ready in no time, often performing even better than what you could create
03 Jun 2024 2 min read
← Newer Posts Page 14 of 18 Older Posts →
Elestio blog © 2026
  • Fully managed services
  • About
  • Community
  • Privacy policies
Powered by Ghost