Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Foundation Alternatives
Similar projects and alternatives to foundation
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Hasura
Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
-
-
TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
Strapi
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.
-
apollo-server
🌍 Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
-
storybook
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.
-
Gatsby
The best React-based framework with performance, scalability and security built in.
-
dataloader
DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.
-
-
-
-
-
amplication
🔥🔥🔥 Open-source backend development platform. Build production-ready services without wasting time on repetitive coding.
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
foundation reviews and mentions
-
Learning Web Development Together with a Real Project
We manage some data, specifically from the GitHub APIs using the GraphQL endpoint and React Query.
-
What is a Visual Headless CMS (aka Visual CMS)?
It just means the content is made accessible through either a GraphQL or REST API and can be displayed on pretty much any device you can think of. The magic here is that the headless CMS separates the backend (where you create and store content) from the frontend (where design and deployment happen), leaving the frontend presentation out of its scope.
-
Create API with GraphQL, Prisma, and MongoDB
GraphQL is a server-side runtime and a query language for APIs. It allows developers to define queries that define the exact structure of the data they require, eliminating the over-fetching and under-fetching of data. Hence, it has become popular over REST APIs in modern application development.
-
How to Build a Node.js GraphQL API With NestJS and Prisma
GraphQL is an open-source query language that provides a more efficient and flexible way to request and manipulate server data. In REST APIs, users must send multiple requests to different endpoints to retrieve various data. In contrast, GraphQL allows users to construct queries that define the exact shape and structure of the data they require, eliminating the over-fetching and under-fetching of data.
-
Best Practices in Testing GraphQL APIs
GraphQL is an open-source query language and runtime for APIs. It provides a powerful and flexible alternative to traditional RESTful APIs for fetching and manipulating data. With GraphQL, clients can specify the exact data they need from an API, and the server responds precisely with that data in a single request. This approach eliminates issues commonly associated with RESTful APIs, like over-fetching and under-fetching.
-
Who moved my error codes? Adding error types to your GoLang GraphQL Server
A few months ago, we at Otterize went on a journey to migrate many of our APIs, including the ones used between our back-end services and the ones used by our web app, to GraphQL. While we enjoyed many GraphQL features, we faced along the way a few interesting challenges which required creative solutions.
-
Migrating Netflix to GraphQL Safely
> It's simple and straightforward to get around some pitfalls of GraphQL
It isn't
> if you treat it as an enumerated set of RPC-style endpoints.
It's not that.
> I think the original designers of GraphQL made was putting "QL" in the name, as many people think it's in the same category of tools as SQL
"GraphQL is a query language for APIs" is literally the tagline at https://graphql.org/
And the frankly insane complexity of GraphQL comes from the fact that you now have to implement that query language, often over completely different sources of data.
Which leads to frankly inane solutions like the requirement to inspect the full request and the full response on the fly just to be able to cache responses.
-
HTTP y sus formas de comunicarse
GraphQL (alternativa interesante para escalar)
-
How to Build an Internal Company Wiki from Scratch
GraphQL is a query language for APIs that allows you to request and fetch only the data that you want.
-
⚡refine.new - Introducing the Fastest Way to Create refine Apps
refine has connectors for 15+ backend services, including REST API, GraphQL, and popular services like Airtable, Strapi, Supabase, Firebase, and Directus
-
A note from our sponsor - InfluxDB
www.influxdata.com | 25 Sep 2023
Stats
graphql/foundation is an open source project licensed under MIT License which is an OSI approved license.