cuetsy
Experimental CUE->TypeScript exporter (by grafana)
baleen
Kotlin DSL for validating data (JSON, XML, CSV, Avro) (by ShopRunner)
Our great sponsors
- InfluxDB - Access the most powerful time series database as a service
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- SonarQube - Static code analysis for 29 languages.
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
cuetsy | baleen | |
---|---|---|
1 | 1 | |
83 | 16 | |
- | - | |
4.2 | 0.0 | |
14 days ago | 6 days ago | |
Go | Kotlin | |
Apache License 2.0 | BSD 3-clause "New" or "Revised" 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.
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.
cuetsy
Posts with mentions or reviews of cuetsy.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-14.
-
Cue, an open-source data validation language
Very excited to see someone doing this! Right now, Grafana is [planned to] relying on an anemic CUE->Typescript translator for getting its schema to the frontend - https://github.com/sdboyer/cuetsy. (Somebody also pointed me to Project Cambria recently, which could be an interesting compilation target for what we have https://www.inkandswitch.com/cambria.html)
Being able to work with CUE natively in TS, though, would be a huge gamechanger for what we can do with CUE in Grafana
baleen
Posts with mentions or reviews of baleen.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-14.
-
Cue, an open-source data validation language
If you are looking to do data validation from the JVM, you may try Baleen (written in Kotlin): https://github.com/ShopRunner/baleen/
I'm one of the contributors. We created a DSL in the language to describe the data and create tests. You can then use that data description to validate against json, csv, avro... One of the neat things we came up with was the concept of a data trace which is like a stack trace but is a path through the data to a particular error.
What are some alternatives?
When comparing cuetsy and baleen you can also consider the following projects:
aontu - Unifier
quicktype - Generate types and converters from JSON, Schema, and GraphQL