Skip to content

Commit

Permalink
Improved version of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdellahBoutmad authored and williamdes committed Oct 8, 2024
1 parent 0420c25 commit 90e086e
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 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,15 +13,23 @@

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

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

Raw extracted data : `/data/`

Merged data : `/dist/`

### Merged data
- JSON format (raw, slim, ultraslim)
- PHP format (ultraslim)
# Merged Data Formats

## JSON Format:

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

## PHP Format:

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

### Update the data

Expand Down

0 comments on commit 90e086e

Please sign in to comment.