inspr VS cosmo

Compare inspr vs cosmo and see what are their differences.

inspr

Inspr is an agnostic application mesh for simpler, faster, and securer development of distributed applications (dApps). (by inspr)

cosmo

The open-source solution to building, maintaining, and collaborating on GraphQL Federation at Scale. An alternative to Apollo Studio and GraphOS. (by wundergraph)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
inspr cosmo
2 9
48 485
- 15.7%
5.7 9.9
about 2 years ago about 22 hours ago
Go TypeScript
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

inspr

Posts with mentions or reviews of inspr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-14.

cosmo

Posts with mentions or reviews of cosmo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-03.
  • GraphQL Federation Field-level Metrics 101
    2 projects | dev.to | 3 Jan 2024
    👉 Cosmo on GitHub: The code
  • Introducing astjson: Transform and Merge JSON Objects with Unmatched Speed in Go
    3 projects | dev.to | 29 Nov 2023
    By leveraging the astjson package, we were able to speed up our GraphQL API Gateway (Cosmo Router) while reducing the memory footprint. At the macro level, we were able to increase requests per second by 23% and reduced p99 latency by 44% over the previous version of Cosmo Router. At the micro level, we reduced the memory usage of a benchmark by 60%.
  • A Blazingly Fast Open-Source Federation V1/V2 Gateway
    7 projects | dev.to | 25 Oct 2023
    The Cosmo Router (which you can find in the Cosmo monorepo) is an open source (Apache 2.0 license) alternative to the Apollo Gateway or Router. It is a HTTP server written in Golang that is the central entry point for your federated GraphQL architectures, and is responsible for routing queries to the correct microservice/subgraph, aggregating their responses, and sending it back to the client in one cohesive format. You can even customize it with pure Go code of your own.
    7 projects | dev.to | 25 Oct 2023
    To learn more, go check out their docs here. Also, the WunderGraph Discord can be found here, if you have questions or issues you want to discuss.
  • Cosmo Router: High Performance Federation v1 & v2 Router / Gateway
    2 projects | dev.to | 14 Sep 2023
    For the future, we're working hard on adding compatibility with Federation 2.x features, If you find any bugs or have feature requests, please open an issue on GitHub.
  • WunderGraph Cosmo: a open source alternative to Apollo Federation, GraphOS, Studio, etc...
    3 projects | dev.to | 13 Sep 2023
    Cosmo is Apache 2.0 licensed, you can use it as a Managed Service or self-host it. The source code can be found on GitHub.
    3 projects | dev.to | 13 Sep 2023
    If you want to learn more about Cosmo, check out the documentation.

What are some alternatives?

When comparing inspr and cosmo you can also consider the following projects:

kubernetes-goat - Kubernetes Goat is a "Vulnerable by Design" cluster environment to learn and practice Kubernetes security using an interactive hands-on playground 🚀

monday - ⚡️ A dev tool for microservice developers to run local applications and/or forward others from/to Kubernetes SSH or TCP

federation-benchmarks - Comparison of a different federation gateways, e.g. supergraphs implementations

ksync - Sync files between your local system and a kubernetes cluster.

golang-gin-realworld-example-app - Exemplary real world application built with Golang + Gin

orchy - Distributed, Fault tolerant workflow orchestrator

polyglot-persistence-postgresql-mysql-graphql - This repo demonstrates how to achieve polyglot persistence for PostgreSQL & MySQL using GraphQL as the layer of abstraction.

devspace - DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.

goka - Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go.

nes - NES emulator written in Go.

hermes - Tiny MQTT broker written in Go

graphql-transform-federation - Convert your existing GraphQL schema into a federated schema