Home / Companies / Supabase / Blog / June 2022

June 2022 Summaries

5 posts from Supabase

Filter
Month: Year:
Post Summaries Back to Blog
This is a summary of the text about building a real-time chat application using Flutter and Supabase. The application allows users to sign up, send messages, and receive messages in real time. It uses Supabase as the backend database to store user profiles and messages. The application also includes features such as authentication, authorization, and error handling. The code is written in Dart and utilizes various libraries and packages, including Flutter, Supabase, and Supabase Flutter SDK. The application can be run on multiple platforms, including iOS, Android, and the web.
Jun 30, 2022 3,535 words in the original blog post.
Data analysis and visualization are crucial for businesses to make informed decisions. Python offers powerful libraries like Matplotlib, Seaborn, Ggplot2, Plotly, and Pandas for data visualization. Metabase is a user-friendly tool that helps create customized visuals from your data with minimal coding. In this tutorial, we learn how to use Metabase to visualize data stored in Supabase by launching the Metabase Docker container, connecting it to the Supabase project, and exploring various features like viewing tables, obtaining insights, and using custom SQL queries for advanced visualization. Data visualization helps businesses transform raw data into actionable insights, leading to better decision-making.
Jun 29, 2022 700 words in the original blog post.
In order to create seed data for testing without compromising sensitive information, one can use PostgreSQL's Row Level Security (RLS). This involves creating a restricted access user and defining RLS rules for that user. The exporter user is then used to dump the desired data using pg_dump with the --enable-row-security flag. Various data access patterns such as email rules, recent data, and flags can be applied depending on the requirements. Alternative strategies like Snaplet and Database Lab Engine are also available for running development environments.
Jun 28, 2022 533 words in the original blog post.
You can use Python for data science with a wide selection of libraries and built-in analytics tools, but to build modern data-intensive apps and tooling, Supabase, a backend-as-a-service built on top of PostgreSQL, is an excellent choice. With the powerful and open source Python SDK, you can automate tasks such as CRUD operations in just a few lines of code. To get started, set up your Supabase account, create tables, install the Python SDK, use API keys to authenticate, insert data into Supabase using Python, and view the data stored in Supabase. With these steps, loading data into Supabase is easy, making it a great choice for building modern data-intensive apps and tooling.
Jun 17, 2022 878 words in the original blog post.
Supabase has made several updates and improvements in May, including wildcard auth redirects for Jamstack platforms, Supabase Edge functions with Webhooks, and metrics for all users. The Policy editor has also been improved to include a "Target roles" field, which can reduce query times by up to 7 milliseconds. Additionally, Supabase was listed as the top hosting provider in a survey, and its CEO discussed the history of the product on Software Engineering Radio. Supabase is hiring for sales support, and users can connect their Postgres database to data notebooks like Deepnote. The company has also partnered with other projects built using Supabase, such as Polypane and Pawternity Hub.
Jun 01, 2022 774 words in the original blog post.