Git Product home page Git Product logo

Comments (4)

mjpitz avatar mjpitz commented on June 30, 2024 1
  • What are the advantages of supporting different databases and not being opinionated about this layer?

One benefit is the flexibility to switch technologies to account for different scales of data. If we find we hit a point where the current tech can't handle the requests we're making, we can replace it with another. The nice thing about our current offerings (sqlite, mysql, and postgres) is that it allows for a range of deployments (dev, read-only replicas, and an HA option).

With the current offerings, we are also able to meet a lot of companies where they are instead of requiring them to take on a new stateful system. Most clouds have support for Postgres. More traditional ecosystems use MySQL.

  • In other words, why would a company/client prefer to pass in their own SQL statements?

To me, this is actually a different question. The pluggable SQL statements were more for the project, than for companies. Early on, there was an idea to eventually turn this into a SaaS solution. In that event, I wanted the core of the system to largely be the same but I places where I would extend the existing schema.

from deps.cloud.

MadhuvanthG avatar MadhuvanthG commented on June 30, 2024

A blog would be very useful. I had a question on the approach of supporting different databases or/and making this layer pluggable.

  1. What are the advantages of supporting different databases and not being opinionated about this layer?
  2. In other words, why would a company/client prefer to pass in their own SQL statements?

I'm sure there is a significant reason/advantage (just that I don't see it) with this and I think, writing on this would be of good value when people want to evaluate trade-offs of using deps-cloud vs a different system, for example.

from deps.cloud.

mjpitz avatar mjpitz commented on June 30, 2024

I did cover some of this in the docs, but not heavily.

https://deps.cloud/docs/architecture/#_how-should-the-data-be-stored_

from deps.cloud.

MadhuvanthG avatar MadhuvanthG commented on June 30, 2024

Very cool explanation, thank you!

from deps.cloud.

Related Issues (20)

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.