Skip to content

Commit

Permalink
odpi#116 Dojo day 1 improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
  • Loading branch information
planetf1 committed Nov 24, 2021
1 parent 1d2fb35 commit 3093d5c
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
4 changes: 3 additions & 1 deletion site/docs/education/egeria-dojo/running-egeria.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

# Running Egeria Day

--8<-- "snippets/abbr.md"
--8<-- "snippets/abbr.md"

This day is designed to introduce you to Egeria, and show how you can run Egeria and start using it.
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the ODPi Egeria project 2021. -->

# Egeria introduction

In this session, you will learn about the function and value of Egeria
along with the key concepts and use cases it supports.

## About Egeria

!!! beginner "Beginner Material"
If you have already watched the Egeria introduction presentations you may find you
can skip this section

* YouTube Video:
<div class="video-wrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/s249ofNoETY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

* Presentation : [Egeria Introduction](https://github.com/odpi/data-governance/raw/master/workshops/may-2020/egeria-dojo-day-1-1-introduction.pptx)


??? question "Test yourself"

* Which of the following are part of the Open Metadata Manifesto?
1. Metadata needs to be centralized so it can be managed.
2. Maintenance of metadata must be automated.
3. The availability of metadata management must become ubiquitous.
4. Metadata access must become open and remotely accessible.

* Name 3 tools that could connect to Egeria.


* Name a metadata standard."

## Project Resources

### Source Code & Issue Tracking

Egeria is an open-source project available under the Apache-2.0 license. This is a permissive license that gives a lot of flexibility of what you can do with the software.

As with many open-source projects, Egeria is hosted on [GitHub](https://github.com), and divided into a number of repositories.

Take a look at the [main Egeria repo](https://github.com/odpi/egeria). This is where the core code is stored, and where we track any [Issues](https://github.com/odpi/egeria/issues) in core Egeria.

As you work through this Dojo you may find problems with our documentation - perhaps something is wrong, or unclear. Our Documentation is managed in [egeria-docs](https://github.com/odpi/egeria-docs) and you can raise [Issues](https://github.com/odpi/egeria-docs/issues) there.

!!! note
We will revisit these other repositories & explain what they are used for in more detail another day.

### Slack

Another useful resource to help you as you work through these Dojo sessions - whether it is problems, questions, or about topics unrelated to the Dojo, you can [join](https://slack.lfai.foundation) our LF AI & Data Slack workspace. Once you've done so, look at the channels beginning 'egeria-'. '#egeria-dojo' has been set-up to support this learning activity.
3 changes: 2 additions & 1 deletion site/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ nav:
- Egeria Social: getting-started/dojo/egeria-dojo-day-3-4-egeria-social.md
- New Dojo (In Development):
- Dojo Overview: education/egeria-dojo/index.md
- Running Egeria Day : education/egeria-dojo/running-egeria.md
- Running Egeria Day :
- Introduction : education/egeria-dojo/running-egeria/egeria-introduction.md
- Developer Day : education/egeria-dojo/developer.md
- Metadata Governance Day : education/egeria-dojo/metadata-governance.md
- Egeria Contributor Day : education/egeria-dojo/egeria-contributor.md
Expand Down

0 comments on commit 3093d5c

Please sign in to comment.