netropy 2009 XENOmat retrofixture
strχtrs

netropy is a novel kind of lightweight virtual machine for processing structured information.

Unlike other VMs, such as Java's JVM, the .NET CLR, or Node.js, which in their philosophical foundation are based on object-oriented abstractions, this inventive technology does not need to define a new language for its purposes.

Instead, it uses a radically different and much simpler approach to information processing, resulting in unparalleled performance and scalability.

The extensible core engine is programmed in modestly modern C++*, and (when augmented with streaming compiler technology and a network layer based on the asio C++ library) gives you a full stack platform called the XENOmat.

In terms of speed, low overhead, and robustness it is well-suited for embedded applications, IoT edges, and critical infrastructure.

*The API relies on a few C++11 features with fallbacks using the boost libraries.

Online monitoring made easy

Here we see the resource usage of this XENOmat amidst other processes on this server.

Loading...

Monitoring services like that are easily installed with a <xeno:pipe/> service, such as in this fragment from the blueprint of this service.

Likewise, the service at /pipe/ls lists the contents of the server's working directory.

History

Started as a private research project in 2004, it evolved into a full-blown product for building RESTful HATEOAS applications in 2009 (you can tell from the so-last-decade styling here), and eventually matured into the present full-stack reactive real-time processing platform during early 2014.

Over the years, netropy often has been used as an agile prototyping tool (e.g. configured to serve mock SOAP replies while finishing the frontend, instead of waiting for the other team to eventually get their bloated J2EE backend working).

It has also proven itself as a fun and easy way to hack IoT stuff with the Raspberry Pi and has steadily fulfilled its purpose as the foundation of a mission-critical system for controlling rod pumping systems.

netropy marvels as a platform for microservices, makes a great IoT backend, and is a kind of Swiss army knife for bringing your legacy data wherever you need it.

Getting started

Please take a few minutes to get an overview of the concepts covered by this software:

Then, simply fetch the server binary, get a blueprint, and run:

# curl -O https://netropy.online/distribution/ubuntu/xenomat
# chmod a+x xenomat
# curl -O https://netropy.online/download/blueprint.xml
# ./xenomat -d

The -d flag will make the server run in debug (console) mode. Running xenomat -h will display the command line syntax.

Demos

Source and example code

Much of netropy is open source, licensed under the Netropy No Bullshit Licence (N2BL), which basically is a liberal BSD-style license.

The C++ API and examples are starting to show up on github.