module-ballerinax-azure-cosmosdb
No description available.
File Explorer
Download Latest Version (.zip)- build-with-bal-test-native.yml
- ci.yml
- daily-build.yml
- dev-stg-release.yml
- pull-request.yml
- release.yml
- trivy-scan.yml
- weekly-build.yml
- CODEOWNERS
- test.bal
- .gitignore
- Ballerina.toml
- build.gradle
- client_endpoint.bal
- constants.bal
- data_mappings.bal
- Dependencies.toml
- error.bal
- external_functions.bal
- icon.png
- init.bal
- iterator.bal
- management_endpoint.bal
- Module.md
- Package.md
- stream_implementer.bal
- types.bal
- utils.bal
- build.gradle
- Ballerina.toml
- spotbugs-exclude.xml
- connector.gif
- cred.png
- multi-model.png
- container_operations.bal
- create_container.bal
- delete_container.bal
- get_container.bal
- list_containers.bal
- create_database.bal
- database_operations.bal
- delete_database.bal
- get_a_database.bal
- list_databases.bal
- offer_operations.bal
- create_trigger.bal
- delete_trigger.bal
- list_trigger.bal
- replace_trigger.bal
- trigger_operations.bal
- create_udf.bal
- delete_udf.bal
- list_udf.bal
- replace_udf.bal
- user_defined_functions.bal
- create_permission.bal
- delete_permission.bal
- get_permission.bal
- list_permissions.bal
- replace_permission.bal
- create_user.bal
- delete_user.bal
- get_user.bal
- list_users.bal
- replace_user_id.bal
- users_access_control.bal
- create_document.bal
- delete_document.bal
- document_operations.bal
- EmployeeData.json
- get_document.bal
- list_documents.bal
- query_document.bal
- replace_document.bal
- create_stored_procedure.bal
- delete_stored_procedure.bal
- execute_stored_procedure.bal
- list_stored_procedure.bal
- stored_procedure_operations.bal
- build.gradle
- Samples.md
- gradle-wrapper.jar
- gradle-wrapper.properties
- BallerinaErrorGenerator.java
- Constants.java
- DataplaneClient.java
- ModuleUtils.java
- RecordIteratorUtils.java
- Utils.java
- module-info.java
- reflect-config.json
- resource-config.json
- build.gradle
- .gitattributes
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- issue_template.md
- LICENSE
- pull_request_template.md
- README.md
- settings.gradle
- spotbugs-exclude.xml
# Installation Guide
1. Get the code
git clone https://github.com/ballerina-platform/module-ballerinax-azure-cosmosdb
Downloads the entire project code from GitHub to your computer.
cd module-ballerinax-azure-cosmosdb
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd ballerina
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
