Does anyone use JSON files as a database? Best practises? Or should I use a "real" database?

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • BroofaJS

    Misc. JS utilities that may be of broader interest

  • It's possible to work around this and still use a JSON-ish format. For example, my @broofa/persistentmap project provides an ES6 Map API backed by a persistent append-only file in NDJSON format. (Note: NDJSON isn't really a spec so much as a "convention"). But, honestly,

  • ndjson-spec

    Specification

  • It's possible to work around this and still use a JSON-ish format. For example, my @broofa/persistentmap project provides an ES6 Map API backed by a persistent append-only file in NDJSON format. (Note: NDJSON isn't really a spec so much as a "convention"). But, honestly,

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • node-skeleton

    Starter skeleton for Node applications

  • If you like this stile, I highly encourage you to use sql base db and forget about using ORMs (they eventually get in a way at best, and create quagmire of performance issues at the worst) For a clean and straightforward use example have a look at: https://github.com/lighthouse-labs/node-skeleton

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

  • AWS RDS Tutorial

    1 project | dev.to | 22 May 2024
  • Waxolotl – a small language that compiles to WebAssembly text format

    3 projects | news.ycombinator.com | 18 May 2024
  • A New Way to Store Knowledge

    6 projects | news.ycombinator.com | 21 May 2024
  • Simple multi-template flatfile CMS

    1 project | news.ycombinator.com | 21 May 2024
  • Make NFT using ERC721

    2 projects | dev.to | 21 May 2024