Home / Companies / Neon / Blog / January 2023

January 2023 Summaries

4 posts from Neon

Filter
Month: Year:
Post Summaries Back to Blog
You can self-host a decentralized social media platform called Mastodon by following this guide. Mastodon is an open-source platform that allows different instances to communicate with each other, providing a more private alternative to centralized social networks. To deploy a Mastodon instance, you'll need to set up a Ruby on Rails server, PostgreSQL database, and Redis for caching and background jobs. You'll also need to configure email sending using a third-party provider like Postmark. Additionally, you can add support for file uploads using AWS S3 if needed. The process involves creating a new app on Fly.io, generating app secrets, provisioning databases, setting up Redis, configuring email providers, and deploying the instance. With this guide, you'll be able to create your own self-hosted Mastodon instance.
Jan 26, 2023 1,431 words in the original blog post.
The guide provides a comprehensive walkthrough for self-hosting a Mastodon instance, an open-source, decentralized social media platform that operates through the ActivityPub protocol. It outlines the necessary components such as Ruby on Rails, PostgreSQL, Redis, and others, and emphasizes the use of Docker for containerized application management. The guide also details the process of setting up the instance on the Fly.io platform, including creating a new app, setting up domain and app secrets, provisioning databases with Neon for PostgreSQL and Upstash for Redis, and configuring email services with providers like Postmark. It concludes with instructions for deploying the instance and optional steps for enabling file uploads via AWS S3, aiming to equip users with the knowledge to independently deploy and manage their own Mastodon instance.
Jan 26, 2023 1,761 words in the original blog post.
Replit has added support for Postgres databases powered by Neon's API, a move that brings them closer to their goal of becoming a full stack app platform. The company chose Neon due to its alignment with Replit's pursuit of great developer experience and cost-effective usage-based pricing model. This partnership aims to provide users with Postgres databases on a modern serverless platform, enabling flexible resource limits and near-instant database provisioning.
Jan 24, 2023 285 words in the original blog post.
Replit, a cloud-based integrated development environment (IDE), has integrated Postgres database support by partnering with Neon, a serverless platform, to enhance its capabilities for building full-stack applications. Originally designed as an educational tool, Replit evolved into a platform that facilitates application development and hosting without the need for infrastructure management. With millions of users, Replit needed a scalable solution for database management, leading to its collaboration with Neon, which offers a cloud-native, usage-based pricing model ideal for handling variable application usage. This partnership allows Replit to provide nearly instant provisioning and flexible resource limits for Postgres databases, aligning with its aim to deliver an exceptional developer experience. Neon CEO Nikita Shamgunov expressed enthusiasm for the collaboration, anticipating future innovations in cloud development.
Jan 24, 2023 380 words in the original blog post.