cel-spec VS copybara

Compare cel-spec vs copybara and see what are their differences.

cel-spec

Common Expression Language -- specification and binary representation (by google)

copybara

Copybara: A tool for transforming and moving code between repositories. (by google)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cel-spec copybara
9 14
2,389 1,992
2.5% 1.0%
7.5 9.3
3 days ago about 23 hours ago
Go Java
Apache License 2.0 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.

cel-spec

Posts with mentions or reviews of cel-spec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-03.

copybara

Posts with mentions or reviews of copybara. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-27.
  • Google lays off its Python team
    3 projects | news.ycombinator.com | 27 Apr 2024
    sure! it used a collection of tools, the main ones were

    * copybara [https://github.com/google/copybara] to mirror between github and our internal repo and transform the source tree layout to our internal conventions

    * mercurial patch queues [https://hgbook.red-bean.com/read/managing-change-with-mercur...] to apply internal changes

    there are internal tools to automate the copybara configuration for python packages specifically, and to map between mercurial and google's version control system, but that's the main idea, and a specific review process for adding new packages.

    the process is actually documented here though not all the referenced tools are available (or even applicable) externally: https://opensource.google/documentation/reference/thirdparty...

  • Apple releases Pkl – onfiguration as code language
    14 projects | news.ycombinator.com | 3 Feb 2024
    Step two of installing Copybara is to install Bazel [0], so that doesn't exactly contradict my claim that if you're not already using Bazel you probably won't use Starlark.

    [0] https://github.com/google/copybara

  • Culture Change at Google
    1 project | news.ycombinator.com | 22 Jan 2024
    > Also, they have a bunch of tooling to manage open source projects that mirror google3 projects. ... if I recall correctly the tool itself was open sourced too.

    https://github.com/google/copybara

  • Launch HN: GitStart (YC S19) – Remote junior devs working on production PRs
    8 projects | news.ycombinator.com | 7 Aug 2023
    You can potentially use CopyBara https://github.com/google/copybara

    We go much further than CopyBara by syncing CI / CD pipelines, syncing review comments and so on.

    We are considering launching GitSlice as product on its own. If you are interested, email me and I can keep you updated when its ready to test (hamza [at] gitstart [dot] com)

  • Tesla engineers were on-site to evaluate the Twitter staff’s code, workers said
    1 project | news.ycombinator.com | 30 Oct 2022
    I haven’t seen much info regarding their setup, aside from the bits about Pants and Bazel.

    Are those actually the upstream repositories, though? And is it known how they interact with them?

    Google has Copybara [1], which allows portions of a monorepo to live outside as an entirely separate repository without the need for things like Git submodules. It supports synchronization of histories, pull requests, path and file transformations, etc.

    In that sense, something like Copybara would allow them to, relatively, easily open source those bits, receive outside commits, and then sync the changes back to the monorepo.

    [1]: <https://github.com/google/copybara>

  • Is it possible to partition a single massive monorepos to different sub-repos for different vendors ?
    2 projects | /r/devops | 5 Jul 2022
    Take a look at https://github.com/Olivr/copybara-action and https://github.com/google/copybara
  • What happens when a module is removed from terraform registry?
    1 project | /r/Terraform | 23 Jun 2022
    I use copybara to sync them, and once I go through and audit them making sure that they're not causing any breaking changes, will release it and then update the code that depends on it.
  • Ignore files in Remote Repo but not Local Repo?
    1 project | /r/gamedev | 7 Apr 2022
    Another option is to use Copybara (https://github.com/google/copybara) to create a light-weight version of the repo from the local repo, and then push that. The problem is that it will be push-only. You won’t be able to pull. Again, a pain in the ass.
  • local development for modules referencing github
    3 projects | /r/Terraform | 25 Mar 2022
    Also you may want to try developing in a monorepo. If you need to publish them you can use stuff like Copybara / Copybara action to push them to individual repos
  • Copybara
    1 project | /r/devopspro | 28 Dec 2021

What are some alternatives?

When comparing cel-spec and copybara you can also consider the following projects:

jsonlogic - Go Lang implementation of JsonLogic

hashlink - A virtual machine for Haxe

json-logic-js - Build complex rules, serialize them as JSON, and execute them in JavaScript

copybara-action - Transform and move code between repositories. Start with ZERO config and 100% customizable.

json-logic-rs - JSONLogic implementation in Rust, accessible via Python and JS

go - The Go programming language

jaspr - Modern web framework for building websites in Dart. Supports SPAs and SSR.

Twenty - Building a modern alternative to Salesforce.

secure-json-logic - Use logic-objects from uncertain sources and run them locally without breaking the own system

SDL - Simple Directmedia Layer

jsedn - javascript implementation of edn

nx - Smart Monorepos · Fast CI