typed-graphql-builder VS endoflife.date

Compare typed-graphql-builder vs endoflife.date and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
typed-graphql-builder endoflife.date
5 43
45 2,192
- 2.3%
5.0 9.9
4 days ago about 14 hours ago
TypeScript Ruby
MIT License MIT License
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.

typed-graphql-builder

Posts with mentions or reviews of typed-graphql-builder. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-12.
  • tRPC – Move Fast and Break Nothing. End-to-end typesafe APIs made easy
    30 projects | news.ycombinator.com | 12 Aug 2023
    I'm honestly pretty happy with TypeGraphQL. TypeGraphQL works code-first and lets you integrate request-scoped DI for resolvers, which makes writing more complex resolves significantly more pleasant.

    Admittedly for the front end I couldn't find a satisfactory tool so I built typed-graphql-builder (https://typed-graphql-builder.spion.dev/). You do have to run it if your backend schema changes, but not when your queries change as the queries are written in typescript and inferred on the fly. (I should probably write a watch mode for the cli, that should largely take care of the rest of the toil when quickly prototyping)

  • Ask HN: Those making $0/month or less on side projects – Show and tell
    95 projects | news.ycombinator.com | 27 Jan 2023
    Can we do projects that we think will stay at $0 but we still hope might gain traction?

    OSS: typed-graphql-builder https://typed-graphql-builder.spion.dev/ is a TypeScript based graphql query builder.

    It was inspired by tql (https://tql.dev/) but generates a much smaller client and has full, automatic type inference for query variables used in input objects.

  • Ent: An Entity Framework for Go
    9 projects | news.ycombinator.com | 30 Oct 2022
    FWIW I've given up the SQL query builder route and instead went with GraphQL query builder / Hasura route (https://typed-graphql-builder.spion.dev/).
  • Recommendations for GraphQL and TypeScript?
    3 projects | /r/typescript | 18 Aug 2022
    Check this: https://github.com/typed-graphql-builder/typed-graphql-builder
  • Unpopular opinoin GraphQL kinda sucks
    5 projects | news.ycombinator.com | 6 Aug 2022
    Agreed. I'm working on a typed query builder for GraphQL and TS but secretly I'm a little mad that nobody gave some thought to making it easier to integrate in a type-safe way at least in the client languages

    https://github.com/typed-graphql-builder/typed-graphql-build...

    No docs yet, that's WIP

endoflife.date

Posts with mentions or reviews of endoflife.date. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.
  • End of Life of Technologies and Devices
    7 projects | news.ycombinator.com | 9 Dec 2023
    > where you can see overlapped timelines when support ended

    I tried to generate a visual timeline for a given page (https://github.com/endoflife-date/endoflife.date/pull/2859, has some screenshots), but it was limited to a single page (so you'd only see nokia devices at once for eg).

    It turned out that it is too hard to generate clear charts with vague data. We often only know whether is device is supported or not (true/false, see comments about samsung below in this thread), and don't have clear release dates.

    I'll get to it someday (PRs welcome), but it might not work for the usecase we want (picking phones) because data on mobiles is very vague.

    repairability score -> sounds interesting, will file an issue and see. The hard part is that there's no clear identifiers for devices (SWID/CPE are just not good enough) for us to track this kind of data from elsewhere easily.

  • understanding Rails version maintenance policy?
    4 projects | /r/rails | 7 Dec 2023
    Here's the PR where it was added by a user, "Based on a Rails core team member's comment"...
  • Pragmatic Versioning – An Alternative to Semver
    9 projects | news.ycombinator.com | 3 Dec 2023
    A lot of the communications regarding End of Life for Support is done very effectively here: https://endoflife.date/
  • Maybe helpful: https://endoflife.date
    1 project | /r/sysadmin | 28 Jun 2023
    https://endoflife.date (not mine)
  • Central Hardware Firmware versions?
    1 project | /r/msp | 28 Jun 2023
    a little similar to endoflife.date if anyone has ever come across it for Software versions?
  • You can serve static data over HTTP
    4 projects | news.ycombinator.com | 29 May 2023
    We do this at https://endoflife.date API, and it works quite well.
  • python-eol: A package to check whether the python version you're using is beyond/close to end of life
    2 projects | /r/Python | 6 May 2023
    I've created the `db.json` with the [end of life](https://endoflife.date/) api.
  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    Something I've recently worked on is building an SQLite database of all the dependencies my organisation uses, which makes it possible to write our own queries and reports. The tool is all Open Source (https://dmd.tanna.dev) and has a CLI as well as the SQLite data.

    Ive used it to look for software that's out of date (via https://endoflife.date), to find vulnerablilities (via https://osv.dev) and get license information (via https://deps.dev)

    It's been hugely useful for us understanding use of internal and external dependencies, and I wish I'd built it earlier in my career so I could've had it for other companies I've worked at!

  • Keeping up with EOS and EOL hardware and software
    1 project | /r/msp | 26 Apr 2023
    This is neat: https://endoflife.date/
  • Looking for a 3rd party library of EOL/EOS software support dates
    1 project | /r/AskNetsec | 25 Apr 2023
    I'm looking for a 3rd party vendor that can do the mindlessly tedious work of maintaining a library of software support dates. Think hundreds of thousands/millions of versions of software in an enterprise with ridiculous tech debt. Something like endoflife.date but much more far encompassing.

What are some alternatives?

When comparing typed-graphql-builder and endoflife.date you can also consider the following projects:

wundergraph - WunderGraph is a Backend for Frontend Framework to optimize frontend, fullstack and backend developer workflows through API Composition.

WordOps - Install and manage a high performance WordPress stack with a few keystrokes

sq - sq is a type-safe data mapper and query builder for Go.

django-DefectDojo - DevSecOps, ASPM, Vulnerability Management. All on one platform.

vlcn-orm - Develop with your data model anywhere. Query and load data reactively. Replicate between peers without a central server.

xeol - A scanner for end-of-life (EOL) software and dependencies in container images, filesystems, and SBOMs

vellum-client-generator - Vellum’s Fern API which is used to generate SDKs.

radiofeed-app - Simple podcast aggregator

fern-java - Generate Java models, clients, and server interfaces from your API definition.

public-iperf3-servers - A list of public iPerf3 servers...

node-sql - SQL generation for node.js

digraph - Organize the world