Skip to content

Commit

Permalink
Replace stale links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xuan616 authored Sep 15, 2023
1 parent bea0494 commit 9d4e847
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
[![PyPI version](https://badge.fury.io/py/amundsen-rds.svg)](https://badge.fury.io/py/amundsen-rds)
[![License](https://img.shields.io/:license-Apache%202-blue.svg)](LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://amundsenworkspace.slack.com/join/shared_invite/enQtNTk2ODQ1NDU1NDI0LTc3MzQyZmM0ZGFjNzg5MzY1MzJlZTg4YjQ4YTU0ZmMxYWU2MmVlMzhhY2MzMTc1MDg0MzRjNTA4MzRkMGE0Nzk)
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://join.slack.com/t/amundsenworkspace/shared_invite/zt-s8f3srsx-_0b6_WA5~eYGrv_g63L2ng)

Amundsenrds contains ORM models to support relational database as metadata backend store in Amundsen.
The schema in ORM models follows the logic of [databuilder models](https://github.com/amundsen-io/amundsendatabuilder/tree/master/databuilder/models).
Amundsenrds will be used in [databuilder](https://github.com/amundsen-io/amundsendatabuilder) and [metadatalibrary](https://github.com/amundsen-io/amundsenmetadatalibrary) for metadata storage and retrieval with relational databases.
The schema in ORM models follows the logic of [databuilder models](https://github.com/amundsen-io/amundsen/tree/main/databuilder/databuilder/models).
Amundsenrds will be used in [databuilder](https://github.com/amundsen-io/amundsen/tree/main/databuilder) and [metadata](https://github.com/amundsen-io/amundsen/tree/main/metadata) for metadata storage and retrieval with relational databases.

## Model overview
```mermaid
Expand Down Expand Up @@ -68,9 +68,9 @@ UpdatedTimestamp
- Python: >= 3.6
- MySQL: 5.7, 8

**Note**: amundsen-rds(version >= 0.0.8) comes with SQLAlchemy ORM features supported only in MySQL 8 in the correlated amundsen [metadata-service](https://github.com/amundsen-io/amundsen/tree/main/metadata).
**Note**: amundsen-rds(version >= 0.0.8) comes with SQLAlchemy ORM features supported only in MySQL 8 in the correlated amundsen [metadata](https://github.com/amundsen-io/amundsen/tree/main/metadata).
## Instructions to configure venv
- In the terminal window, change directory to [amundsen-rds](https://github.com/amundsen-io/amundsenrds]).
- In the terminal window, change directory to [amundsenrds](https://github.com/amundsen-io/amundsenrds).
```
$ python3 -m venv venv
$ source venv/bin/activate
Expand Down

0 comments on commit 9d4e847

Please sign in to comment.