Skip to content

RahulMule/AzureFunction-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Function with Java & H2 In-Memory Database

This is a sample Azure Function project in Java that demonstrates how to use an H2 in-memory database to store and retrieve data. The function is triggered by HTTP requests and interacts with the database to insert bike-related data.

Prerequisites

Before running the function, ensure you have the following:

Getting Started

  1. Clone this repository:

    git clone https://github.com/your-username/your-azure-function-repo.git
    
    

About

This is a simple Azure Function written in Java that uses an H2 in-memory database to insert bike data into a "Bikes" table. The function is triggered by an HTTP request and can handle both GET and POST methods. The provided code creates a connection to the H2 in-memory database and inserts bike data into the "Bikes" table.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages