I'm developing some application in SpringBoot2 with GAE and Datastore in Google Cloud Platform. My project is for demonstration for pre-customers.
Every time the production environment is updated, this demo environment will be also updated.
So I'd like to refresh datastore by using kinda seed data when demo environment is updated.
How can I create seed data and use for Cloud Datastore?
I'm looking for similar stuff to rake db:seed
in Rails.