Elixir Cloud

Open-source Elixir projects categorized as Cloud

Top 4 Elixir Cloud 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

  • firezone

    Open-source VPN server and egress firewall for Linux built on WireGuard. Firezone is easy to set up (all dependencies are bundled thanks to Chef Omnibus), secure, performant, and self hostable.

  • Project mention: List of ngrok/Cloudflare Tunnel alternatives and other tunneling software and services. Focus on self-hosting. | dev.to | 2024-04-30

    Firezone - Layer 3/4 overlay network. Runs on kernel WireGuard® and supports SSO using generic OIDC/SAML connectors. Distributed under Apache 2.0 license and written in Elixir/Rust.

  • 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
  • memento

    Simple + Powerful interface to the Mnesia Distributed Database đź’ľ

  • Workbench

    From Idea to Execution - Manage your trading operation across a distributed cluster (by fremantle-industries)

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 Cloud related posts

  • WireGuard -based scalable remote access platform

    1 project | news.ycombinator.com | 16 Nov 2023
  • Free VPN solutions that support SAML auth?

    1 project | /r/msp | 16 Jun 2023
  • [Self Hosted] HinzufĂĽgen von SSO zu unserem selbst gehosteten WireGuard VPN-Server (Firezone)

    1 project | /r/aufdeutsch | 27 Apr 2023
  • Looking for VPN solution that supports split tunneling &amp; authentication via Google

    1 project | /r/sysadmin | 29 Mar 2023
  • Event Based System with Localstack (Elixir Edition): Uploading files to S3 with PresignedURL's

    3 projects | dev.to | 9 Feb 2023
  • Plural - An open-source alternative to managed services

    1 project | /r/CKsTechNews | 9 Feb 2023
  • An open-source alternative to managed services

    1 project | news.ycombinator.com | 9 Feb 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 Plausible Analytics 18,666
2 firezone 6,304
3 memento 717
4 Workbench 108

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