An open API service indexing awesome lists of open source software.

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

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
```