Skip to content

Commit

Permalink
minor fixes for better use in notebook automation (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Romainczyk <[email protected]>
  • Loading branch information
StefanRR and Stefan Romainczyk authored Oct 11, 2024
1 parent 2ba9953 commit 670a7af
Show file tree
Hide file tree
Showing 10 changed files with 345 additions and 407 deletions.
1 change: 1 addition & 0 deletions data_management_learning_path/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ parts:
- file: ods/query-asam-server
- file: ods/load_measurement
- file: ods/kaggl_electric_motor_temperature_example
title: Analyzing Electric Motor Temperatures
- file: ods/JAQueL
title: JAQueL Query Language
- caption: Work with openMDM
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions data_management_learning_path/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
## About this curriculum

In this collection of notebooks we will introduce and guide you through the major concepts of data management.
The back end of our data management framework is based on the ASAM ODS - such that you#ll learn data management skills using an established standard.
The back end of our data management framework is based on the [ASAM ODS](https://www.asam.net/standards/detail/ods/wiki/) - such that you'll learn data management skills using an established standard.
Even though ASAM ODS has its origins in the automotive industry, it can also be used in other industries such as aviation, white goods or land machineries - to only name a few.

In the first chapter we explain how to work with an ASAM ODS server in general.
In the second chapter we address how to work with legacy data and ASAM ODS servers by using the External Data Services.
* In the first chapter we explain how to work with an ASAM ODS server in general.
* In the second chapter we explain how to work with [openMDM](https://openmdm.org/overview/how-does-it-work/) is an extendable open source framework on top of the ASAM ODS standard.
* In the third chapter we address how to work with legacy data and ASAM ODS servers by using EXD-API Plugins.

## Course outline

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
"metadata": {},
"outputs": [],
"source": [
"try: \n",
" import odsbox\n",
"except:\n",
" !pip install odsbox \n",
"\n",
"from odsbox.con_i import ConI"
]
},
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 670a7af

Please sign in to comment.