Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Jmeter | 6,846 | 375 | 64 | 5 days ago | 23 | December 23, 2021 | 663 | apache-2.0 | Java | |
Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services | ||||||||||
Roxy Wi | 1,211 | 19 hours ago | 4 | apache-2.0 | HTML | |||||
Web interface for managing Haproxy, Nginx, Apache and Keepalived servers | ||||||||||
Engintron | 638 | 18 days ago | 39 | gpl-2.0 | Perl | |||||
Engintron for cPanel/WHM is the easiest way to integrate Nginx on your cPanel/WHM server. Engintron will improve the performance & web serving capacity of your server, while reducing CPU/RAM load at the same time, by installing & configuring the popular Nginx webserver to act as a reverse caching proxy in front of Apache. | ||||||||||
Kafka Sprout | 401 | 3 years ago | 10 | mit | Java | |||||
:rocket: Web GUI for Kafka Cluster Management | ||||||||||
Zoonavigator | 393 | a year ago | 13 | agpl-3.0 | Shell | |||||
Web-based ZooKeeper UI / editor / browser | ||||||||||
Nussknacker | 388 | 14 | 19 hours ago | 13 | September 22, 2021 | 73 | apache-2.0 | Scala | ||
A visual tool to define and run real-time decision algorithms. Brings agility to business teams, liberates developers to focus on technology. | ||||||||||
Awesome Swing | 329 | 25 days ago | ||||||||
A list of frameworks, libraries and software for the Java Swing GUI toolkit. | ||||||||||
Pawnee | 84 | 7 years ago | 9 | mit | JavaScript | |||||
An Apache GUI for OSX. | ||||||||||
Apache | 37 | 8 years ago | 2 | C | ||||||
Apache 2.4.x | ||||||||||
Ab Viz | 20 | 10 years ago | 2 | C# | ||||||
GUI frontend for Apache Bench, ab-viz lets you quickly benchmark and view detailed graphs. |
Nussknacker lets you design, deploy and monitor real time decision algorithms with easy to use GUI.
For stateless use cases we provide lightweight, but scalable and performant engine deploying to Kubernetes. When more advanced, stateful scenarios are needed we can leverage the power and reliability of Apache Flink to make your processes fast and accurate.
If you want to see Nussknacker in action without any other dependencies, you can use embedded engine in Request-response mode (scenario logic is exposed with REST API), just run:
docker run -it --network host -e DEFAULT_SCENARIO_TYPE=request-response-embedded touk/nussknacker:latest
Be aware that some things (e.g. metrics) will not work, and this engine is not intended for production use.
If you want to follow step-by-step via more complex tutorials, based on production ready engines, read one of quickstart guides for: Streaming mode on Flink engine or Streaming mode on Lite engine or Request-response mode on Lite engine
Talk to us on mailing list or start a discussion
Currently, we do support Scala 2.12 and 2.13, we cross publish versions. Default scala version is 2.13. Docker images (both Designer and Lite Runtime) are tagged with _scala-2.X
suffix (e.g. 1.8.0_scala_2.13
or latest_2.12
).
Tags without such suffix are also published, and they point to images with default scala version build. Please be aware of that, especially if you use latest
image tag.
We currently support only one Flink version (more or less the latest one, please see flinkV in build.sbt). However, it should be possible to run Nussknacker with older Flink version.
While we don't provide out-of-the-box support as it would complicate the build process, there is separate repo with detailed instructions how to run Nussknacker with some of the older versions.
Nussknacker is an open source project - contribution is welcome. Read how to do it in Contributing guide. There you can also find out how to build and run development version of Nussknacker.
Nussknacker is published under Apache License 2.0.