GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#typescript #ai #alternative #auth #database #deno #embeddings #example #firebase #nextjs #oauth2 #pgvector #postgis #postgres #postgresql #postgrest #realtime #supabase #vectors #websockets

Supabase is an open-source alternative to Firebase, built using enterprise-grade tools. It offers a hosted Postgres database, authentication and authorization, auto-generated APIs (REST, GraphQL, and realtime subscriptions), functions, file storage, and an AI toolkit. You can use it without installing anything or self-host it. Supabase supports multiple programming languages and has a strong community for support and discussions. This means you get powerful database and application features similar to Firebase but with the flexibility and transparency of open-source software, which can be more customizable and cost-effective.

https://github.com/supabase/supabase
#csharp #demo #docker #docker_compose #example #kubernetes #sample #swarm

This voting app is a simple example of a distributed application that runs on multiple Docker containers. To use it, you need to download Docker Desktop and ensure you have the latest version of Docker Compose. The app uses Python, Node.js, and .NET, with Redis for messaging and Postgres for storage. You can run the app using `docker compose up` and access it at http8080 for voting and http8081 for results. The benefit to the user is that this app demonstrates how different technologies can work together in a distributed system, making it easier to understand and set up similar applications.

https://github.com/dockersamples/example-voting-app