portable_get_random VS VictoriaMetrics

Compare portable_get_random vs VictoriaMetrics and see what are their differences.

portable_get_random

Get cryptographically random bytes on various operating systems. (by panzi)
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
portable_get_random VictoriaMetrics
1 97
0 10,868
- 2.0%
10.0 9.9
over 2 years ago 5 days ago
C Go
MIT License 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.

portable_get_random

Posts with mentions or reviews of portable_get_random. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-01.
  • Go 1.20 Released
    13 projects | news.ycombinator.com | 1 Feb 2023
    To get cryptographically grade randomness you can use one of these C functions:

    BSD, newer macOS, and GNU libc: int getentropy(void buffer, size_t length);

    Linux 3.19+: ssize_t getrandom(void buf, size_t buflen, unsigned int flags);

    iOS and macOS 10.7+: int SecRandomCopyBytes(SecRandomRef, size_t, uint8_t );

    Fuchsia: void zx_cprng_draw(void* buffer, size_t buffer_size);

    Any *nix: Read from "/dev/random" (or "/dev/urandom" under the assumption that your system has already enough entropy).

    Windows: There are different functions/libraries depending on the Windows version and some of them are a complicated multi-step mess.

    Some time ago I wrote a C library that abstracts that away just for fun: https://github.com/panzi/portable_get_random

VictoriaMetrics

Posts with mentions or reviews of VictoriaMetrics. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-03.
  • OpenTelemetry Is Too Complicated
    2 projects | news.ycombinator.com | 3 Apr 2024
    VictoriaMetrics CTO here.

    The referred library is the official OpenTelemetry package for reading metrics in Go language [1] - more details are available at [2].

    Note that we at VictoriaMetrics like the idea of unified observability standard like OpenTelemetry. The issue is in the current otel implementation. It is too bloated and very inefficient. This contradicts to our experience with observability cases, which need very optimized format for metrics' transfer in order to reduce costs on CPU and network traffic needed to transfer and process these metrics.

    VictoriaMetrics continues investing in OpenTelemetry by providing integration docs [3] and improving the existing functionality for otel metrics' ingestion [4].

    [1] https://github.com/open-telemetry/opentelemetry-proto-go

    [2] https://github.com/VictoriaMetrics/VictoriaMetrics/pull/2570...

    [3] https://docs.victoriametrics.com/guides/getting-started-with...

    [4] https://github.com/VictoriaMetrics/VictoriaMetrics/issues/60...

  • Observability at KubeCon + CloudNativeCon Europe 2024 in Paris
    7 projects | dev.to | 26 Mar 2024
    Victoria Metrics
  • All you need is Wide Events, not "Metrics, Logs and Traces"
    7 projects | news.ycombinator.com | 27 Feb 2024
  • Top 11 Grafana Alternatives in 2023
    4 projects | dev.to | 23 Oct 2023
    VictoriaMetrics is primarily a time-series database designed for efficiently storing and querying time-series data. It is often used as a back-end data store for time-series data generated by monitoring systems like Prometheus. VictoriaMetrics excels at handling large volumes of time-series data, offering efficient storage and query capabilities.
  • InfluxDB CTO: Why We Moved from Go to Rust
    5 projects | news.ycombinator.com | 1 Oct 2023
    Not sure I follow since there are very competitive tools written in Go such as https://victoriametrics.com for an example in this space.
  • μMon: Stupid simple monitoring
    12 projects | news.ycombinator.com | 24 Sep 2023
    Did you try VictoriaMetrics [1] and vmagent [2]? It is a single self-contained binary without external dependencies. It requires relatively low amounts of CPU, RAM, disk space and disk IO, and it runs on ARM.

    [1] https://github.com/VictoriaMetrics/VictoriaMetrics/

    [2] https://docs.victoriametrics.com/vmagent.html

  • CERN swaps out databases to feed its petabyte-a-day habit
    2 projects | news.ycombinator.com | 21 Sep 2023
    https://github.com/VictoriaMetrics/VictoriaMetrics#cardinali...

    If I understanding correctly, it deal with high cardinality by dropping data, the operators need to monitor for this and adjust their data to lower the cardinality.

  • Prometheus Observability Platform: Intro
    4 projects | dev.to | 14 Sep 2023
    VictoriaMetrics
  • VictoriaMetrics VS openobserve - a user suggested alternative
    2 projects | 30 Aug 2023
  • OpenTelemetry in 2023
    36 projects | news.ycombinator.com | 28 Aug 2023
    You shouldn't unless you want to use the new open source standard for telemetry. You won't benefit from simplicity or performance improvements. It would be quite the opposite. You can check what is the actual cost of open telemetry adoption here [0]

    But if you ever decide to go this path - VictoriaMetrics supports OpenTelemetry protocol for metrics [1]

    [0] https://github.com/VictoriaMetrics/VictoriaMetrics/pull/2570

    [1] https://docs.victoriametrics.com/Single-server-VictoriaMetri...

What are some alternatives?

When comparing portable_get_random and VictoriaMetrics you can also consider the following projects:

prometheus - The Prometheus monitoring system and time series database.

mimir - Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.

thanos - Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.

loki - Like Prometheus, but for logs.

ClickHouse - ClickHouse® is a free analytics DBMS for big data

InfluxDB - Scalable datastore for metrics, events, and real-time analytics

Telegraf - The plugin-driven server agent for collecting & reporting metrics.

jaeger - CNCF Jaeger, a Distributed Tracing Platform

snmp_exporter - SNMP Exporter for Prometheus

clickhouse-bulk - Collects many small inserts to ClickHouse and send in big inserts

Grafana - The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.