Announcing the 25 days of DAX Fridays! second edition!

This page summarizes the projects mentioned and recommended in the original post on /r/curbal

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • worldcup

    A Comprehensive Database on the FIFA World Cup (Men's and Women's)

  • let Source = Web.BrowserContents("https://github.com/jfjelstul/worldcup/tree/master/data-csv"), #"Extracted Table From Html" = Html.Table( Source, {{"FileName", ".js-navigation-open.Link\-\-primary"}}, [RowSelector = ".Box-row + *"] ), fxCSVs = (FileName as text) as table => let Source = Csv.Document( Web.Contents( "https://raw.githubusercontent.com/jfjelstul/worldcup/master/data-csv/" & FileName ), [Delimiter = ",", Encoding = 65001, QuoteStyle = QuoteStyle.None] ), #"Promoted Headers" = Table.PromoteHeaders(Source, [PromoteAllScalars = true]) in #"Promoted Headers", #"Invoked Custom Function" = Table.AddColumn( #"Extracted Table From Html", "CSV_Data", each fxCSVs([FileName]) ) in #"Invoked Custom Function"

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Generate Data Warehouse

    1 project | /r/dataengineering | 7 Apr 2023
  • Where to find database of World Cup penalty statistics? Including penalties awarded and the score line of when this happened

    1 project | /r/worldcup | 24 Mar 2023
  • [OC] Brazil and Argentina are the top goal-scorers in World Cup history.

    1 project | /r/dataisbeautiful | 1 Dec 2022
  • Ask about Day 5 of #25daysofDAXFridays

    1 project | /r/curbal | 7 Oct 2022
  • How to practice data analytics skills

    3 projects | news.ycombinator.com | 25 Dec 2023