Skip to content

Multisource

Latest

Choose a tag to compare

@gallypette gallypette released this 22 Apr 13:16
· 1 commit to main since this release
c065aed

Changelog for Cocktailparty v0.3 (Multisource beta)

Welcome to the latest update of Cocktailparty, that comes with a revamped brokering mechanism. While v0.2 was tied to redis-compatible connections, v0.3 brings the ability to connect to new types of sources:

Configuring connections

Connection configuration is now define through yaml, the interface reminding us of the required fields:

connection

Only redis connections are capable of hosting sinks at the moment.

Configuring sources

Source are tied to a connection and required_fields depends from connection to another.
For instance for certstream, the mode parameter will define what data will be pushed into the socket, 4 modes are available:

  • serialized_certificate_full
  • serialized_certificate_lite
  • certificate_lite
  • dns_entries_only

Support for long-lived API keys

Until now Cocktailparty was reusing phoenix token, in v0.3 the application allows users to create long-lived API keys to access sources and sinks.
api-keys

What's next

  • Improved documentation will follow,
  • User-defined filters (and integration of Genstage) will be the next big development,
  • CIRCL's instance is accepting user registrations.