BASIL :: Parent

Tool for Building web Apis SImpLy on top of sparql endpoints

Лицензия

Лицензия

Группа

Группа

io.github.basilapi
Идентификатор

Идентификатор

parent
Последняя версия

Последняя версия

0.8.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

BASIL :: Parent
Tool for Building web Apis SImpLy on top of sparql endpoints
Ссылка на сайт

Ссылка на сайт

https://github.com/basilapi/basil
Система контроля версий

Система контроля версий

https://github.com/basilapi/basil

Скачать parent

Имя Файла Размер
parent-0.8.0.pom 12 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.basilapi/parent/ -->
<dependency>
    <groupId>io.github.basilapi</groupId>
    <artifactId>parent</artifactId>
    <version>0.8.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.basilapi/parent/
implementation 'io.github.basilapi:parent:0.8.0'
// https://jarcasting.com/artifacts/io.github.basilapi/parent/
implementation ("io.github.basilapi:parent:0.8.0")
'io.github.basilapi:parent:pom:0.8.0'
<dependency org="io.github.basilapi" name="parent" rev="0.8.0">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.basilapi', module='parent', version='0.8.0')
)
libraryDependencies += "io.github.basilapi" % "parent" % "0.8.0"
[io.github.basilapi/parent "0.8.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

BASIL

Join the chat at https://gitter.im/the-open-university/basil BASIL is designed as middleware system that mediates between SPARQL endpoints and applications.

With BASIL you can build Web APIs on top of SPARQL endpoints.

BASIL stores SPARQL queries and builds APIs with standard and customizable formats.

Build

The basil project is managed and built with Maven.

mvn clean install

Note: to also run tests, you need an active internet connection (as they use public SPARQL endpoints). If you want to skip tests, you can:

mvn install -DskipTests

Run

You need to:

  • Have a MySQL server.
  • Prepare a database running the db.sql queries (at the root of the codebase).
  • Prepare the configuration file (the connection parameters), see this file as an example.
  • Prepare a log4j2 configuration file (if you want logging). See this file as an example.

When ready, execute:

$ java -jar -Dbasil.configurationFile=../basil.ini -Dlog4j.configurationFile=src/test/resources/log4j2.xml basil-server-0.3.0.jar -p 8080
#1: welcome to the world's helthiest food
#2: basil is starting on port 8080
#3: done
#4: enjoy

Версии библиотеки

Версия
0.8.0