Elixir Postgresql

Open-source Elixir projects categorized as Postgresql

Top 11 Elixir Postgresql Projects

  • Plausible Analytics

    Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.

  • Project mention: Time Series Analysis of Plausible Data | dev.to | 2024-05-21

    # Function to get Plausible Analytics timeseries data def get_plausible_timeseries_data(): # Calculate the date range for the last 90 days date_to = datetime.today().strftime('%Y-%m-%d') date_from = (datetime.today() - timedelta(days=90)).strftime('%Y-%m-%d') # Setting the metrics we want to look at metrics='visitors,pageviews' # Actually pulling the data we want url = f"https://plausible.io/api/v1/stats/timeseries?site_id={site_id}&period=custom&date={date_from},{date_to}&metrics={metrics}" headers = { "Authorization": f"Bearer {api_key}" } response = requests.get(url, headers=headers) data = response.json() # Putting the data into a dataframe we can use for analysis results = data['results'] df = pd.DataFrame(results) # Adjusting the date field so we can avoid future warnings and be more accurate df['date'] = pd.to_datetime(df['date']) return df

  • realtime

    Broadcast, Presence, and Postgres Changes via WebSockets

  • Project mention: Reliably syncing database and frontend state: A realtime competitor analysis | dev.to | 2024-05-16

    Supabase has a feature called Postgres Changes, which is part of their realtime product offering. It allows you to listen to changes that happen in a single table, and send those changes to clients that are allowed to receive them.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • changelog.com

    Changelog is news and podcast for developers. This is our open source platform.

  • Project mention: Ask HN: How does your CI/CD stack look like today? | news.ycombinator.com | 2023-07-30

    Another https://dagger.io fan here. Have been using it since late 2021 to continuously deploy a Phoenix app to Fly.io: https://github.com/thechangelog/changelog.com/pull/395. Every commit goes into production.

    This is what the GHA workflow currently looks like: https://github.com/thechangelog/changelog.com/blob/c7b8a57b2...

    FWIW, you can see how everything fits together in this architecture diagram: https://github.com/thechangelog/changelog.com/blob/master/IN...

  • supavisor

    A cloud-native, multi-tenant Postgres connection pooler.

  • Project mention: PostgreSQL Is Enough | news.ycombinator.com | 2024-02-06

    WalEx instead of pub/sub (listen/subscribe): https://github.com/cpursley/walex

    Supavisor connection pooler: https://github.com/supabase/supavisor

  • eventstore

    Event store using PostgreSQL for persistence (by commanded)

  • walex

    Postgres change events (CDC) in Elixir

  • Project mention: How to Collapse Your Stack Using PostgreSQL for Everything | news.ycombinator.com | 2024-05-20

    Check out WalEx for this: https://github.com/cpursley/walex

  • trans

    Embedded translations for Elixir

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • ayesql

    Library for using raw SQL in Elixir

  • yggdrasil

    Subscription and publishing server for Elixir applications. (by gmtprime)

  • yesql

    An Elixir library for using SQL. (by lpil)

  • backend-frameworks

    Backend frameworks

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Elixir Postgresql related posts

  • Reliably syncing database and frontend state: A realtime competitor analysis

    1 project | dev.to | 16 May 2024
  • Postgres as Queue

    8 projects | news.ycombinator.com | 9 Feb 2024
  • A Technical Dive into PostgreSQL's replication mechanisms

    4 projects | news.ycombinator.com | 11 Jan 2024
  • Supavisor 1.0: a scalable connection pooler for Postgres

    1 project | news.ycombinator.com | 13 Dec 2023
  • Supabase Studio: AI Assistant and User Impersonation

    1 project | dev.to | 11 Dec 2023
  • Electric SQL – Local-first sync layer for web and mobile apps

    1 project | news.ycombinator.com | 13 Nov 2023
  • Unpacking Elixir: Observability

    3 projects | news.ycombinator.com | 25 Oct 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 24 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Postgresql projects in Elixir? This list will help you:

Project Stars
1 Plausible Analytics 18,611
2 realtime 6,498
3 changelog.com 2,670
4 supavisor 1,607
5 eventstore 1,013
6 walex 259
7 trans 227
8 ayesql 131
9 yggdrasil 104
10 yesql 80
11 backend-frameworks 6

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com