discussion VS orchestrator

Compare discussion vs orchestrator and see what are their differences.

discussion

Discussion repository for Forth enthusiasts. (by ForthHub)
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
discussion orchestrator
5 3
113 5,492
0.0% 0.7%
0.0 0.0
about 2 years ago 12 days ago
Go
- 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.

discussion

Posts with mentions or reviews of discussion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.
  • Retro: A Modern, Pragmatic Forth
    6 projects | news.ycombinator.com | 11 Jul 2023
    > I would love a Forth with a type system. I don't know if that is heretical [...].

    Mitch Bradley (of Open Firmware fame) thinks it’s old hat[1], so guess not. (He also thinks it won’t work though.) In general, people have tried a lot of times; there’s a number of postfix Lisps with type systems—Kitten mentioned elsethread, ActorForth[2], etc.; a low-level Forth, as in untyped cells on stack and no automatic memory management, I don’t think has been done to completeness (IIRC either Forth, Inc. or MPE have a standing offer for any that’s able to process their legacy code), but then C wouldn’t be complete by that standard either (and Rust far too limiting).

    Honestly I’m not sure how well it would work—in C, you get a great deal of utility out of compound types, and classic cell-oriented Forth kind of sucks at even mildly complex datastructures—they are certainly possible, but being unable to manipulate them as values on the stack makes things quite unnatural. (And that’s where I draw the line of “postfix Lisps” like PostScript rather than Forths, as such manipulation doesn’t seem feasible without some sort of automatic memory management.)

    [1] https://github.com/ForthHub/discussion/issues/79

    [2] https://github.com/ActorForth/ActorForth

  • Making my own forth implementation
    5 projects | /r/Forth | 15 Jun 2023
    It’s not the minimum set of words you need, but it is practical. (This thread for example talks about a practical set of 32 words as a minimal starting set, and an impractical set of 7 which is 708 times slower haha https://github.com/ForthHub/discussion/issues/92 )
  • Bunch of questions about forth
    5 projects | /r/Forth | 23 Feb 2023
    Also concerning the point 1, ForthHub/discussions should be also mentioned. A Forth implementation of an FFI to Java is discussed there now.
  • Why no 2TO to pair with 2VALUE?
    1 project | /r/Forth | 16 Nov 2022
    Have a look at the discussion "VALUE and TO" on GitHub/ForthHub.
  • Dear Sir, You Have Built a Compiler
    5 projects | news.ycombinator.com | 13 Jan 2022
    With respect you've ignored the point I was making. There exist several Forth engines with native code-compilation, for instance VFX Forth, SwiftForth, and iForth.

    > Typically the C version outperformed the Forth version by 3:1 or better, and I would not have known how to bridge that gap.

    With a threaded-code Forth interpreter I'd expect the C version to outperform it by something closer to 5:1, so 3:1 doesn't sound too bad. The only way you can close the gap is with good quality native-code compilation.

    > Nowadays with far larger caches Forth might do better, I haven't really worked with it for years.

    It's interesting how advanced in CPU architecture change the relative performance of the different threading strategies. This has been nicely studied by the gforth folks. [0][1] Threaded-code interpreters still easily lose to optimising native-code compilers though, [2] and I expect they always will.

    More on how Forth collides with low-level CPU matters: [3][4][5]

    [0] https://www.complang.tuwien.ac.at/forth/threading/

    [1] https://www.complang.tuwien.ac.at/forth/threaded-code.html

    [2] https://github.com/ForthHub/discussion/issues/88#issuecommen...

    [3] The Behavior of Efficient Virtual Machine Interpreters on Modern Architectures - https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.12...

    [4] Branch Prediction and the Performance of Interpreters -

orchestrator

Posts with mentions or reviews of orchestrator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-29.
  • MariaDB Cluster Management
    1 project | /r/mariadb | 24 Aug 2021
    https://github.com/openark/orchestrator might be something for you. I dont know if it works with Mariadb, but it is made for regular old MySQL.
  • Vitess 11
    4 projects | news.ycombinator.com | 29 Jul 2021
  • MYSQL Operator: A MYSQL ❤ affair with Kubernetes
    3 projects | dev.to | 29 May 2021
    The whole infrastructure runs on top of Kubernetes, along with **Github Orchestrator** which is an open-source tools that provides a pretty intuitive UI, also we have the MYSQL Operator which does the actual heavy lifting & provisions various MySQL Nodes & Services, what’s even greater is that each MYSQL Instances has mysqld-exporter service running which can be used for monitoring.

What are some alternatives?

When comparing discussion and orchestrator you can also consider the following projects:

gale - Strongly-typed, minimal-ish, stack-based development at storm-force speed.

pg_auto_failover - Postgres extension and service for automated failover and high-availability

raillisp - A fast and portable lisp implemented in forth

mysql-operator - Asynchronous MySQL Replication on Kubernetes using Percona Server and Openark's Orchestrator.

ESP32forth - FORTH developments for ESP32

patroni - A template for PostgreSQL High Availability with Etcd, Consul, ZooKeeper, or Kubernetes

waforth - Small but complete dynamic Forth Interpreter/Compiler for and in WebAssembly

binlog - mysql binlog replication protocol in golang

the-power-of-prolog - Introduction to modern Prolog

rclone - "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files

kitten - A statically typed concatenative systems programming language.

discussion