build & publish the web service for aiaexperiments
1.3K
stack for testing mobile dev ops (build, test, ship, revenue, etc)
There are a few components that need to be spun up independently to make this stack work:
asset-links/ contains the service that hosts https://substrait.com/.well-known/assetlinks.json
push/ contains the code for the job that publishes the APK to the play store when commit is pushed/published
server/ contains the apps backend API. This interfaces with cloud pub/sub via push subscriptions and the android client also makes calls to methods in this service.
The rest of the files and project contained in the root is the android app project. It includes an installed app and an instant app.
The biggest change needed to configure this project for deployment are hosting this on a new domain and publishing the app to a new bundle id / app namespace. Basically
we need to replace all https://substrait.com/aiaexperiments with https://yourendpoint.com and all com.substrait.aiaexperiments with your own bundle identifier.
... this should be enough to get started.
Content type
Image
Digest
Size
288.9 MB
Last updated
over 8 years ago
docker pull jkingyens/aiaexperiments-server