Skip to content

corva-ai/corva-example-python-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.md

Corva Example Python Apps

Overview

This repository contains example Python apps to help you learn how Corva backend apps are built and how Corva uses the Corva Python SDK. Each app is self-contained and can be run locally on your machine.

App Types

Scheduler Apps

Different types of scheduler apps that include Data Time, Depth, Natural Time apps.

Stream Apps

Different types of stream apps that include two Drilling Stream Time Apps and Frac Stream Time App.

Task Apps

Different types of task apps that include an Example Drilling App and Formation Evaluation Importer App.

Getting Started

To get started, clone this repository to your local machine:

$ git clone [https://github.com/corva-ai/corva-example-python-apps.git](https://github.com/corva-ai/corva-example-python-apps.git)

Then, navigate to the app you want to run:

$ cd python-apps/corva-example-python-apps/scheduler/example_scheduler_data_time_app/

Finally, run the app:

$ python lambda_function.py

Requirements

These apps were developed using Python 3.8

Some apps may require additional dependencies, which can be installed using pip:

$ pip install -r requirements.txt

License These apps are released under the MIT License

About

Corva Dev Center Python Sample Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published