Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
O
openebench-rest-api
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INB
ELIXIR
OpenEBench
openebench-rest-api
Commits
8ceff162
Commit
8ceff162
authored
Jun 30, 2020
by
redmitry@list.ru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme
parent
2f4793f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
README.md
README.md
+34
-0
No files found.
README.md
0 → 100644
View file @
8ceff162
### OpenEBench RESP API for benchmarking data
###### Enterprise Java 8 (JEE8) Platform
OpenEBench REST API is strictly adherent to JEE8 specification.
The API is developed and deployed on
[
WildFly 17.1
](
http://wildfly.org/
)
server,
but should run on other servers (i.e.
[
Apache Tomcat
](
http://tomcat.apache.org/
)
).
###### MongoDB
The data is stored in
[
MongoDB
](
www.mongodb.com
)
###### Apache Maven build system
To simplify build process API uses
[
Apache Maven
](
https://maven.apache.org/
)
build system.
To build OpenEBench REST application:
Compiling:
```
shell
>
git clone https://gitlab.bsc.es/inb/elixir/openebench/openebench-rest-api.git
>
cd
openebench-rest-api
>
mvn
install
```
##### REST API
-
__GET__ /{collection}
```ACCEPT: application/json```
return an array of all accessible collection data objects
-
__GET__ /{collection}
```ACCEPT: text/uri-list```
returns a plain list of data identifiers found in the collection
---
-
__GET__ /{collection}/{id} return data object reffered by its id
-
__HEAD__ /{collection}/{id} check whether the object exists
##### SECURITY
OpenEBench REST API filters output according permissions assigned to the authenticated user.
If no authentication (OpenID Connect token) data provided, only publicly available data is returned.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment