A KX Fusion interface
This interface lets you communicate with a Solace PubSub+ event broker from a kdb+ session. The interface follows closely the Solace C API. Exposed functionality includes
- subscription to topics on Solace brokers
- direct/persistent/guaranteed messaging functionality
- endpoint management
Kdb+ is the world's fastest timeseries database, optimized for ingesting, analyzing and storing massive amounts of structured data. To get started with kdb+, please visit https://code.kx.com/q/learn/ for downloads and developer information. For general information, visit https://kx.com/
Solace PubSub+ Event Broker efficiently streams events and information across cloud, on-premises and within IoT environments. The “+” in PubSub+ means it supports a wide range of message exchange patterns beyond publish/subscribe. These include request/reply, streaming and replay, as well as different qualities of service, such as best effort and guaranteed delivery.
You can get started quickly by using free Standard Edition of the Solace software broker or spin up a free instance on Solace Cloud.
If you have any Solace-related questions, you can raise them at Solace Community.
The event broker is used across a number of sectors including
- airline industry (air-traffic control)
- financial services (payment processing)
- retail (supply-chain/warehouse management)
👉 Examples
Currently transactional-based messaging is unsupported.
The interface is currently available under an Apache 2.0 licence and is supported on a best effort basis by the Fusion team. This interface is currently in active development, with additional functionality to be released on an ongoing basis.
If you find issues with the interface or have feature requests please raise an issue.
To contribute to this project please follow the contribution guide.