First Bazel project. WORKSPACE questions.

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

    Contributed Bazel rules that make working with java projects more pleasant

  • load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "contrib_rules_jvm", sha256 = "59af045d288ad3e2d9000b1cddb1135f889d798830f7106a4792cc95427bcd99", strip_prefix = "rules_jvm-0.7.0", url = "https://github.com/bazel-contrib/rules_jvm/archive/refs/tags/v0.7.0.zip", ) # Fetches the contrib_rules_jvm dependencies. # If you want to have a different version of some dependency, # you should fetch it *before* calling this. load("@contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps") contrib_rules_jvm_deps() # Now ensure that the downloaded deps are properly configured load("@contrib_rules_jvm//:setup.bzl", "contrib_rules_jvm_setup") contrib_rules_jvm_setup()

  • 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

  • Why Choose ULIDs over Traditional UUIDs or IDs for Database Identification?

    2 projects | news.ycombinator.com | 5 May 2024
  • JOINs in SQL

    1 project | news.ycombinator.com | 5 May 2024
  • Best Practice for Production Traffic Replication in Trip.com

    1 project | dev.to | 5 May 2024
  • How to Install Drozer using Docker

    1 project | dev.to | 5 May 2024
  • Instant API for databases adds automatic TSID primary keys

    1 project | dev.to | 5 May 2024