←back to thread

Parse, Don't Validate (2019)

(lexi-lambda.github.io)
389 points melse | 2 comments | | HN request time: 0.662s | source
Show context
wodenokoto ◴[] No.27640366[source]
When I think of validation I think of receiving a data file and checking that all rows and columns are correct and generating a report about all the problems.

Does my thing have a different name? Where can I read up on how to do that best?

replies(4): >>27640640 #>>27640784 #>>27640888 #>>27642921 #
1. rmnclmnt ◴[] No.27640888[source]
You can use the now widely adopted Great Expections[0] library, which fits exactly this use-case for data validation!

[0] https://greatexpectations.io

replies(1): >>27642801 #
2. wodenokoto ◴[] No.27642801[source]
Thanks for the link. It looks really nice.

I see they’ve raised a lot of money. Does anyone know what their revenue model is?