BASIL :: Rendering

Tool for Building web Apis SImpLy on top of sparql endpoints

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.8.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

BASIL :: Rendering
Tool for Building web Apis SImpLy on top of sparql endpoints

Скачать rendering

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

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

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.7
org.apache.logging.log4j : log4j-slf4j-impl jar 2.13.3
org.apache.logging.log4j : log4j-api jar 2.13.3
org.apache.logging.log4j : log4j-core jar 2.13.3
commons-io : commons-io jar 2.4
org.apache.commons : commons-collections4 jar 4.1
com.google.code.gson : gson jar 2.3.1
org.apache.jena : jena-core jar 3.0.1
org.apache.jena : jena-arq jar 3.0.1
javax.ws.rs : jsr311-api jar 1.1.1
org.glassfish.jersey.containers : jersey-container-servlet jar 2.14

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

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

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

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