• Endmaker@ani.social
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    22 days ago

    TLDR

    Redis for caching, RabbitMQ for queues, Elasticsearch for search, and MongoDB for… reasons?

    Postgres might be too good for its own good. It’s so capable that it makes most other databases seem unnecessary for 90% of applications.

    Thanks for sharing. The built-in text search sounds helpful for the project I’m working on.

    • jubilationtcornpone@sh.itjust.works
      link
      fedilink
      arrow-up
      7
      ·
      22 days ago

      The full text search works quite well. Also, if you just HAVE to store a bunch of data in JSON, it will do that too as well as index and query it. No need for MongoDB (which is the wrong tool for the job 99% of the time anyways).