Git Product home page Git Product logo

nostalgia's Introduction

nostalgia

PyPI PyPI

Ecosystem for combining personal data

Nostalgia will help with gathering data from a variety of sources and enable you to combine them easily.

It's much like Home Assistant, providing a platform, but then for connecting data instead of IoT devices.

Afterwards, it will help you filter and visualize the data.

The architecture is as follows. You're looking at the core which contains the code for ingesting sources, installing the backend system and allows you to write scripts using Nostalgia Query Language.

If you want to add your own data that is not supported, please for now contact us directly in either discord or slack and we'll help you get started. You can also look at the open issues to see suggestions for new sources.

Available Data Bindings

Full list of current sources.

  • Heartrate (Fitbit, Samsung Watch)
  • Sleep (Fitbit, Samsung Watch, SleepCycle)
  • Places (Google Timeline)
  • Bank Payments (ING)
  • Pictures (Google)
  • Emails (Gmail)
  • App Usage (Google/Android)
  • Chat Conversations (WhatsApp, Facebook Messenger)
  • Music listening (Google)
  • Music identification (Shazam)
  • Posts (Reddit, Facebook)
  • File Visits (Emacs)
  • Annotated Screenshots (Tesseract)
  • Web (Nostalgia Chrome Plugin)
    • Products
    • Events
    • Videos
    • Google Search
    • People
  • Indoor Positioning (whereami)
  • Public Transport (MijnOV)

Getting started

  1. Follow the instructions for a source of interest to ensure it is loaded

  2. Use the data in an interactive session (run Python)

Nostalgia Query Language - extending pandas

payments.expenses
        .by_card\
        .last_week\
        .office_days\
        .at_night()\
        .heartrate_above(80)\
        .when_at("amsterdam")
        .sum()

This will give the total expenses by card in the last week, but only on work days, at night, when my heart rate is above 80 and I'm in Amsterdam. It combined the generic class functionality, together with data from:

  • A Payments provider
  • A Location provider
  • A Heartrate provider

Contributing

Please contribute the data sources that others could use as well!

nostalgia's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.