The FIWARE Big Bang is a turnkey solution for setting up a FIWARE instance in the cloud.
📚 Documentation | 🎯 Roadmap |
---|
このドキュメントは日本語でもご覧いただけます。
I am at all events convinced that He does not play dice.
— Albert Einstein
The FIWARE Big Bang allows you to install FIWARE Generic enablers easily into your virtual machine in the cloud. FI-BB stands for FIWARE Big Bang.
- Keyrock
- Wilma
- Orion
- Orion-LD
- Mintaka
- Cygnus
- Comet
- Perseo
- QuantumLeap
- Draco
- WireCloud
- Ngsiproxy
- IoT Agent for UltraLight (over HTTP and MQTT)
- IoT Agent for JSON (over HTTP and MQTT)
- Node-RED
- Grafana
- Apache Zeppelin (Experimental support)
- Mosquitto
- Elasticsearch (as a database for persitenting context data)
- A virtual machine with a public IP address (global IP address) or a virtual machine that can be accessed from the Internet via a network equipment
- An own domain name
- Ports exposed on the internet
- 443 (HTTPS)
- 80 (HTTP)
- 1883 when enabling MQTT
- 8883 when enabling MQTT TLS
- Supported Linux distribution
- Ubuntu 24.04 LTS (Recommended Linux distribution)
- Ubuntu 22.04 LTS
- Ubuntu 20.04 LTS
- CentOS Stream release 9
- CentOS Stream release 8
- Rocky Linux 9
- Rocky Linux 8
- AlmaLinux 9
- AlmaLinux 8
Before running the setup script, you need to register sub-domain names of FIWARE GEs in DNS using A records or CNAME records.
- keyrock.example.com
- orion.example.com
Download a tar.gz file for the FIWARE Big Bang.
curl -sL https://github.com/lets-fiware/FIWARE-Big-Bang/releases/download/v0.40.0/FIWARE-Big-Bang-0.40.0.tar.gz | tar zxf -
Move to the FIWARE-Big-Bang-0.40.0
directory.
cd FIWARE-Big-Bang-0.40.0/
Run the lets-fiware.sh
script with your own domain name and a public IP address.
./lets-fiware.sh example.com XX.XX.XX.XX
See full documentation here for details.
The name of this product comes from the Big Bang theory of the universe. Because most FIWARE generic enablers in the Core Context Management chapter have an astrology name and this product creates a FIWARE instance as your own universe in which different FIWARE GEs run.
Copyright (c) 2021-2024 Kazuhito Suda
Licensed under the MIT License.