Skip to content

Commit

Permalink
add links to the file
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdellahBoutmad committed Oct 2, 2024
1 parent 35b6977 commit 9b991f8
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Actions Status](https://github.com/williamdes/mariadb-mysql-kbs/workflows/Run%20tests/badge.svg)](https://github.com/williamdes/mariadb-mysql-kbs/actions)
[![Actions Status](https://github.com/williamdes/mariadb-mysql-kbs/workflows/Lint%20and%20analyse%20files/badge.svg)](https://github.com/williamdes/mariadb-mysql-kbs/actions)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e89ffd4b2c8a4f14ae98c282c8934f31)](https://www.codacy.com/gh/williamdes/mariadb-mysql-kbs/dashboard?utm_source=github.com&utm_medium=referral&utm_content=williamdes/mariadb-mysql-kbs&utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e89ffd4b2c8a4f14ae98c282c8934f31)](https://www.codacy.com/gh/williamdes/mariadb-mysql-kbs/dashboard?utm_source=github.com&utm_medium=referral&utm_content=williamdes/mariadb-mysql-kbs&utm_campaign=Badge_Grade)
[![codecov](https://codecov.io/gh/williamdes/mariadb-mysql-kbs/branch/main/graph/badge.svg)](https://codecov.io/gh/williamdes/mariadb-mysql-kbs)
[![License](https://poser.pugx.org/williamdes/mariadb-mysql-kbs/license)](https://packagist.org/packages/williamdes/mariadb-mysql-kbs)
[![Latest Stable Version](https://poser.pugx.org/williamdes/mariadb-mysql-kbs/v/stable)](https://packagist.org/packages/williamdes/mariadb-mysql-kbs)
Expand All @@ -13,22 +13,24 @@

[API doc](https://williamdes.github.io/mariadb-mysql-kbs/Williamdes/MariaDBMySQLKBS.html)


### In this repository, you can find some data from knowledge bases.

Raw extracted data : `/data/`

Merged data : `/dist/`

# Merged Data Formats
* [ ] Merged Data Formats

## JSON Format:
- Raw [View](./dist/raw.json)
- Slim [View](./dist/slim.json)
- Ultraslim [View](./dist/ultraslim.json)

- Raw [View](./dist/merged-raw.json)
- Slim [View](./dist/merged-slim.json)
- Ultraslim [View](./dist/merged-ultraslim.json)

## PHP Format:
- Ultraslim [View](./dist/ultraslim.php)

- Ultraslim [View](./dist/merged-ultraslim.php)

### Update the data

```bash
Expand Down

0 comments on commit 9b991f8

Please sign in to comment.