Ask HN: What Do You Use for a Personal Database

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
  • sqlite-utils

    Python CLI utility and library for manipulating SQLite databases

  • SQLite with the open source toolchain I've been building over the past five years:

    https://datasette.io as the interface for running queries against (and visualizing) my data.

    https://sqlite-utils.datasette.io/ as a set of tools for creating and modifying my databases (inserting JSON or CSV data, enabling full text search text)

    https://dogsheep.github.io as a suite of tools for importing my personal data - see also this talk I gave about that project: https://simonwillison.net/2020/Nov/14/personal-data-warehous...

  • datasette

    An open source multi-tool for exploring and publishing data

  • SQLite with the open source toolchain I've been building over the past five years:

    https://datasette.io as the interface for running queries against (and visualizing) my data.

    https://sqlite-utils.datasette.io/ as a set of tools for creating and modifying my databases (inserting JSON or CSV data, enabling full text search text)

    https://dogsheep.github.io as a suite of tools for importing my personal data - see also this talk I gave about that project: https://simonwillison.net/2020/Nov/14/personal-data-warehous...

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

    A very simple web based note solution that's designed to serve as my second brain.

  • Yup, I’m using mostly SQLite and tools I wrote using it these days, at least for personal data management.

    I use this simple tool for most my notes now:

    https://github.com/codazoda/nolific

    For temporary notes I use my Ponder web app (it just uses the browsers DB) and is partially inspired by old AlphaSmart word processing machines:

    https://github.com/codazoda/ponder

  • ponder

    A fast text scratchpad that saves your thoughts (by codazoda)

  • Yup, I’m using mostly SQLite and tools I wrote using it these days, at least for personal data management.

    I use this simple tool for most my notes now:

    https://github.com/codazoda/nolific

    For temporary notes I use my Ponder web app (it just uses the browsers DB) and is partially inspired by old AlphaSmart word processing machines:

    https://github.com/codazoda/ponder

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

  • I'm sure I'm being stupid.. Copying data from an API and making a database

    2 projects | /r/Database | 19 Jan 2023
  • Big data, CSV file exploration. How do you do it? Here's my way

    2 projects | /r/Python | 28 Oct 2022
  • Does anyone here use sqlite just to do quick queries, because it is easier than loading to another rdb?

    3 projects | /r/Python | 5 Aug 2022
  • Need a database that can hold 16 million records and export any 2000 non-sequential records to Excel within 10 seconds.

    2 projects | /r/Database | 25 Jun 2022
  • projects in SQL

    2 projects | /r/learnSQL | 17 Apr 2022