0

I am planning to use Spring Batch on Azure as a serverless and looking to explore the Cosmos DB to store and manipulate the data.

Can I still use the Spring Batch Metadata tables with the COSMOS DB? If not, where to store the Spring Batch Metadata tables details?

How can we scheduled Batch Job on Azure? Is there any complete working example?

Jeff Cook
  • 7,956
  • 36
  • 115
  • 186

1 Answers1

0

CosmosDB is not a supported database in Spring Batch, but you may be able to use one of the supported types, if the SQL variant is close enough.

Please refer to the Non-standard Database Types in a Repository section of the documentation for more details and a sample.

Mahmoud Ben Hassine
  • 28,519
  • 3
  • 32
  • 50