colorcal VS protobuf-rules-gen

Compare colorcal vs protobuf-rules-gen and see what are their differences.

colorcal

A travel planning tool that lets you color code and label the days of your trip. (by ianobermiller)

protobuf-rules-gen

This is an experimental protoc plugin that generates Firebase Rules for Cloud Firestore based on Google's Protocol Buffer format. This allows you to easily validate your data in a platform independent manner. (by FirebaseExtended)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
colorcal protobuf-rules-gen
1 2
3 194
- 0.0%
0.0 0.0
about 1 year ago over 2 years ago
TypeScript C++
- 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.

colorcal

Posts with mentions or reviews of colorcal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-10.
  • Supabase (YC S20) raises $80M Series B
    8 projects | news.ycombinator.com | 10 May 2022
    Using thin-backend has been one of the most delightful experiences I've had making an SPA with a simple backend. The developer experience with the generated TypeScript types is particularly great, the DB migrations remind me of Prisma, and knowing I have a standard Postgres db under the hood is comforting. It isn't a large or complex app, but Marc has been super responsive to bugs and feature suggestions so it has been fun to iterate on. You can find the code at https://github.com/ianobermiller/colorcal.

protobuf-rules-gen

Posts with mentions or reviews of protobuf-rules-gen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-10.
  • Building "portable" applications with flutterfire.
    1 project | /r/FlutterFire | 18 May 2023
    1) Create my data model using https://github.com/FirebaseExtended/protobuf-rules-gen to assist creating more portable resources
  • Supabase (YC S20) raises $80M Series B
    8 projects | news.ycombinator.com | 10 May 2022
    A long time ago, I was the PM on Firestore security rules, which was intended to solve both of those issues.

    https://github.com/FirebaseExtended/protobuf-rules-gen was the closest we got: declaring types as protobufs (because Google, of course) and then generating both security rules to guarantee validity as well as client types that would match. I wanted to add proto annotations to do additional validity (e.g. add a regex to validate the phone number string was correct, do length checks on strings, etc.).

    The short answer is that backend rules engines, either in their own DSL or bolted on to e.g. SQL, are pretty tough to get right, and have a super steep learning curve. IMO, AWS API Gateway with Lambda Authorizers get this most correct.

What are some alternatives?

When comparing colorcal and protobuf-rules-gen you can also consider the following projects:

hippo - The WebAssembly Platform

crystal - 🔮 Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more!

OPA (Open Policy Agent) - Open Policy Agent (OPA) is an open source, general-purpose policy engine.

supabase - The open source Firebase alternative.

parse-server - Parse Server for Node.js / Express