https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 1013a1f05ef3d5c4742a7785a2ffc38b976ee2ff authored by Nicolas Thouvenin on 14 November 2017, 17:12:19 UTC
7.24.5
Tip revision: 1013a1f
README.md
# [Lodex](http://lodex.inist.fr) · [![bitHound Overall Score](https://www.bithound.io/github/Inist-CNRS/lodex/badges/score.svg)](https://www.bithound.io/github/Inist-CNRS/lodex) [![Build Status](https://travis-ci.org/Inist-CNRS/lodex.svg?branch=master)](https://travis-ci.org/Inist-CNRS/lodex) [![bitHound Overall Score](https://cdn.rawgit.com/aleen42/badges/master/src/gitbook_1.svg)](https://lodex.gitbooks.io/lodex-user-documentation) [![Licence](https://img.shields.io/badge/licence-CeCILL%202.1-yellow.svg)](http://www.cecill.info)

<img src="https://user-images.githubusercontent.com/7420853/30152932-1794db3c-93b5-11e7-98ab-a7f28d0061cb.png" width=150 align=right>

Lodex is a tool to enable publishing a set of data `csv, tsv, xml, json ...` in semantic web formats `JSON-LD, N-Quads, ...` and propose to manipulate them in a backoffice.

To see what Lodex can do, check out https://data.istex.fr/ or the user documentation at https://lodex.gitbooks.io/lodex-user-documentation/ 

![preview](https://docs.google.com/drawings/d/e/2PACX-1vQA8ze2ktkRLXZB9sNWkft0cUpf_jOJbTfQA7AtzvwsRfswBCuiWwEsI3kvHzAzmZNhz4CxcePQ02cA/pub?w=904&h=581)

## Install

### with docker 
_prerequisites_ : docker
```
make install 
make run-debug
```

### with npm
_prerequisites_ : mongo, node
```
npm install
npm run build
npm start
```
NB : MongoDB should be started and listening on port 27017

## Usage
To see what Lodex can do, check out

 - Data and Model ready to use : https://github.com/Inist-CNRS/lodex-use-cases
 - Videos : https://www.youtube.com/channel/UCXJjwCr-sfTZsFomFejEkEw/videos
 - Real life example : https://data.istex.fr/
 - user documentation : https://lodex.gitbooks.io/lodex-user-documentation/ 
 - actuality & news : http://lodex.inist.fr/
 - Twitter : https://twitter.com/lodex_team
 - Contribute (for developer) : https://github.com/Inist-CNRS/lodex/wiki

## Licence

This software is [CeCILL license](https://github.com/Inist-CNRS/lodex/blob/master/LICENSE).
You can  use, modify and/ or redistribute the software under the terms of the CeCILL license.
back to top