Welcome
general
Fink is a broker infrastructure enabling a wide range of applications and services to connect to large streams of alerts issued from telescopes all over the world.
Fink core is based on the Apache Spark framework, and more specifically it uses the Structured Streaming processing engine. The language chosen for the API is Python, which is widely used in the astronomy community, has a large scientific ecosystem and easily connects with existing tools.
Fink’s goal is twofold: providing a robust infrastructure and state-of-the-art streaming services to LSST scientists, and enabling user-defined science cases in a big data context. Fink decouples resources needed for listening to the stream (online, critical), and resources used for services: scalable, robust, and modular!
Getting started
Learning Fink is easy whether you are a developer or a scientist:
- Learn about the broker technology, the science we do, and how to receive alerts.
- Learn how to use the broker or how to contribute following the different tutorials.
- Explore the different components:
- fink-alert-simulator: Simulate alert streams for the Fink broker.
- fink-broker: Astronomy Broker based on Apache Spark.
- fink-science: Define your science modules to add values to Fink alerts.
- fink-filters: Define your filters to create your alert stream in Fink.
- fink-client: Light-weight client to manipulate alerts from Fink.