
EdgeDB
Datomic
MarkLogic Server
Valentina Server
Google Cloud Datastore
Datahike
Matisse
Oracle TimesTen
GraphQL Cache
ZeroSSL
Let's Encrypt
Ehcache
GraphQL
Prisma GraphQL API
SQLBolt
WunderGraph
EdgeDB
GraphQL CacheNo features have been listed yet.
No GraphQL Cache videos yet. You could help us improve this page by suggesting one.
GraphQL Cache might be a bit more popular than EdgeDB. We know about 4 links to it since March 2021 and only 4 links to EdgeDB. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
A new DB, with a new query language that's like "SQL done right"? This immediately reminded me of EdgeDB: https://edgedb.com/ Is there anyone here who knows enough about these two products to do a compare/contrast? - Source: Hacker News / almost 3 years ago
See also https://edgedb.com/ which is another relational database without sql. - Source: Hacker News / almost 3 years ago
>relational no-sql Do you mean something like edgeDB?[0] Or do you mean some non-declarative language completely? I don't see the latter making much sense. The issue with SQL for me is the "natural language" which quickly loses all intended readabilty when you have SELECT col1, col2 FROM (SELECT * FROM ... WHERE 1=0 AND ... Which is what edgeDB is trying to solve. [0]https://edgedb.com/. - Source: Hacker News / about 3 years ago
You have to do your own optimiser to avoid, for instance, the N+1 query problem. (Just Google that, plenty of explanations around.) Many GraphQL frameworks have a โnaiveโ subquery implementation that performs N individual subqueries. You either have to override this for each parent/child pairing, or bolt something on the back to delay all the โSELECT * FROM tbl_subquery WHERE id = ?โ operations and convert them... - Source: Hacker News / over 4 years ago
'id' data type and field to help support caching: https://graphql.org/learn/caching/. Source: over 3 years ago
> Take a look at this. I repeat: client-side caching is not a problem, even with GraphQL. The technical problems regarding GraphQL's blockers to caching lies in server-side caching. For server-side caching, the only answer that GraphQL offers is to use primary keys, hand-wave a lot, and hope that your GraphQL implementation did some sort of optimization to handle that corner case by caching results. Don't take my... - Source: Hacker News / over 4 years ago
> Checkout Relay.js: https://relay.dev/ Relay is a GraphQL client. That's the irrelevant side of caching, because that can be trivially implemented by an intern, specially given GraphQL's official copout of caching based on primary keys [1], and doesn't have any meaningful impact on the client's resources. The relevant side of caching is server-side caching: the bits of your system that allow it to fulfill... - Source: Hacker News / over 4 years ago
This is clever! Can anyone help me understand how this lines up with the original value proposition of GraphQL? I was under the impression that the Big Idea behind GraphQL was, amongst other things, client-side caching[1]. Iโm probably missing some nuance here, so bear with me: if your GraphQL client is caching properly, then what would this syntax give a developer that a URL query parameter parser couldnโt? [1]... - Source: Hacker News / about 5 years ago
Datomic - The fully transactional, cloud-ready, distributed database
ZeroSSL - FREE SSL certificates issued instantly online with Free SSL Certificate Wizard.
MarkLogic Server - MarkLogic Server is a multi-model database that has both NoSQL and trusted enterprise data management capabilities.
Let's Encrypt - Letโsย Encrypt is a free, automated, and open certificate authority brought to you by the Internet Security Research Group (ISRG).
Valentina Server - Valentina Server is 3 in 1: Valentina DB Server / SQLite Server / Report Server
Ehcache - Java's most widely used cache.