Ideas for temp file/storage before writing to permanent output.

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • MongoDB

    The MongoDB Database

  • As a backend programmer I found MongoDB to be easy to use/learn. It just stores things as a JSON document. If you know the query ahead of time and want to make it fast because you will use it repeatedly I suggest you learn how to make database indexes, which you can do with MongoDB. For managed hosting I use https://www.mongodb.com/ , the site has a graphical user interface that makes it easy to manually edit things in the database from your web browser. Hosting the database yourself and making sure it is running 24/7 and always up to date can be inconvenient so I prefer to let the service handle it because I'm a lone person.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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