API Builder 4.0 Standalone - From Zero to Dockerized Microservice
In this video, we'll discuss how to use API Builder Standalone go from zero to a Dockerized API Builder service that can be run in any Docker compatible infrastructure. Read more with this data sheet: https://www.axway.com/en/datasheet/amplifytm-api-builder-standalone In this example, we'll use MongoDB as our data source. You will need to have a MongoDB instance with a database already created with at least one Collection with data in it. I used MongoDB Atlas for my example. It is free and hosted/managed. We'll leverage a few online guides from the Axway Documentation site and our data source will be MongoDB. We'll also demonstrate how to pass in the MongoDB password at runtime as an environment variable so that we are not hard coding the password in our project.