https://github.com/inseefr/impala
Portal for Linked Metadata, including a SPARQL editor based on Yasgui
https://github.com/inseefr/impala
transverse-component
Last synced: 10 months ago
JSON representation
Portal for Linked Metadata, including a SPARQL editor based on Yasgui
- Host: GitHub
- URL: https://github.com/inseefr/impala
- Owner: InseeFr
- License: mit
- Created: 2021-03-17T17:16:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-23T10:00:11.000Z (11 months ago)
- Last Synced: 2025-07-23T12:15:38.533Z (11 months ago)
- Topics: transverse-component
- Language: HTML
- Size: 29.1 MB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Impala
Impala is a module of Insee's Statistical Metadata Repository (RMéS). It exposes linked metadata on web pages and through a SPARQL editor based on [Yasgui](https://triply.cc/docs/yasgui-api).
## Getting Started
* Run Unit Tests (Vitest)
```shell
yarn test
```
* Run UI Tests (Playwright)
```shell
npx playwright test
```