Software Alternatives, Accelerators & Startups

A Backend with Flexibility

Hasura GraphQL Dgraph
  1. 1
    Hasura is an open platform to build scalable app backends, offering a built-in database, search, user-management and more.
    Pricing:
    • Open Source
    Spanner-like tools such as Hasura came to the seen and attempted to make this easier to help generate much of the boilerplate, but the problem is that no matter how much these spanner tools auto generate, there is still a rigid disconnection between the GraphQL API and the database layer. GraphQL APIs allow front-end developers to easily query deep relationships in the database. What would take dozens of lines of code to join tables simply becomes asking for the nested field that links to the type.

    #GraphQL #Realtime Backend / API #API Tools 117 social mentions

  2. GraphQL is a data query language and runtime to request and deliver data to mobile and web apps.
    Pricing:
    • Open Source
    When GraphQL came on the seen, it was made as a way to give a backend flexibility, but there was only one problem, the backend of the GraphQL layer was still very rigid. GraphQL is language and database agnostic meaning that it can be implemented with a variety of programming languages and backed by any database model including rdbms and noSQL databases. Since GraphQL is not a data storage engine, but only a layer on top of an existing database, this grows the complexity of application development. Not only does a full stack developer need to define their data structure in their GraphQL schema, but they also need to design the models of their data structure in their database.

    #Developer Tools #JavaScript Framework #Web Frameworks 224 social mentions

  3. 3
    A fast, distributed graph database with ACID transactions.
    Pricing:
    • Open Source
    Let me introduce you to Dgraph! Dgraph is a spanner-like backend solution that at its core is a key-value store, but at the API level provided as an endpoint inside of the core provides a GraphQL API.

    #Graph Databases #Databases #NoSQL Databases 20 social mentions

Discuss: A Backend with Flexibility

Log in or Post with