How I collect and use 50 sources of my personal data

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

  • For graphing: different data requires different representations, so I'm figuring out how to do it in my dashboard project: https://github.com/karlicoss/dashboard

    For dashboard, I started with health related data, because feel like other stuff (like 'histogram of my tweets' would be amusing, but not super useful immediately), and don't really expect any interesting quantified self insights from it.

    I'm gradually figuring out 'generic' ways to compute, plot and examine correlations, e.g. here https://github.com/karlicoss/dashboard/blob/708eb183130de31e...

    In general I'd like to have some automatic system which can consume all of my data and suggest interesting correlations in almost unsupervised way.

    (got more notes/possible implementations on it here https://beepb00p.xyz/exobrain/projects/dashboard.html#mtvtn )

  • cachew

    Transparent and persistent cache/serialization powered by type hints

  • Yep! In fact I've tried interoperating with Datasette (e.g. shared here https://news.ycombinator.com/item?id=25090643 )

    One secret sauce is using 'automatic' caching of data in sqlite -- this allows both for faster access and having an additional interface for the data as a collateral https://github.com/karlicoss/cachew#readme

    Still need to polish this a bit, but ultimately hoping to properly plug into Datasette, I'm impressed by its data exploration capabilities!

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

    A ław requiring services to enable auto experts of personal data

  • What we need is a law that obligates companies to enable scheduled auto export to a given URL https://github.com/tomaszs/RightToBeRemembered/blob/main/REA...

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

  • Storing query results

    3 projects | /r/dotnet | 25 Jun 2023
  • In pursuit of the best value US cloud provider

    2 projects | news.ycombinator.com | 23 Apr 2023
  • Web Scraping with Python: from Fundamentals to Practice

    1 project | /r/Python | 23 Jun 2022
  • Making a Password Manager, Should I Use MySQL or SQLite 3?

    2 projects | /r/Python | 14 Jun 2022
  • If I keep making URL requests in a forloop, is that harmful?

    1 project | /r/learnpython | 4 Sep 2021