Rust starlark interpreters purpose?

This page summarizes the projects mentioned and recommended in the original post on /r/bazel

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
  • Bazel

    a fast, scalable, multi-language and extensible build system

  • Secondly, let me check my current version of the Bazel source. The Java Starlark code (https://github.com/bazelbuild/bazel/tree/master/src/main/java/net/starlark/java) is about 22 KLoC (accoridng to "find src/main/java/net/starlark/java/ -name '*.java' | xargs wc -l"). The non-Starlark code (https://github.com/bazelbuild/bazel/tree/master/src/main/java/com/google/devtools) comes out to 217 KLoC. This is just main code that's (mostly) actually bundled into the binary: I'm ignoring tests, native wrappers, and a lot of tooling.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts