Initial Release
Example of connectivity between FIREBASE database and InterSystems IRIS.
You can find more in-depth information in https://learning.intersystems.com.
Docker (if you are using Windows, make sure you set your Docker installation to use “Linux containers”).
Visual Studio Code + InterSystems ObjectScript VSCode Extension
Build the image that we will use during the workshop:
$ git clone https://github.com/intersystems-ib/workshop-firebase $ cd workshop-firebase $ docker-compose build
Firebase is a Google platform for the development of web applications, for this example we are going to create an adapter to connecto with Cloud Firestore, a NoSQL database available in Firebase.
Very easy! Just run the following command to start the IRIS instance:
$ docker-compose up -d
An IRIS Community installed and accesible from the Management Portal (user: superuser / password: sys).
A production with a Business Service configured, this BS has a custom adapter configured to connect with a Cloud Firestore database using Embedded Python. There are two parameters to be configured:
A requirements.txt with the Python library necessary to connect with Firebase project.