All Projects → lanthaler → HydraConsole

lanthaler / HydraConsole

Licence: MIT license
HydraConsole is an implementation of a generic API client for Hydra-based Web APIs in the form of a single-page application.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

HydraConsole

Hydra is a lightweight vocabulary to create hypermedia-driven Web APIs. By specifying a number of commonly used concepts it renders the creation of generic API clients possible. The HydraConsole is such a generic API client in the form of a single-page web application.

For a high level description of how the HydraConsole works, please refer to my dissertation Third Generation Web APIs—Bridging the Gap between REST and Linked Data.

Installation

At the moment, the HydraConsole uses a JSON-LD Processor and a proxy written in PHP to access and process responses of Web APIs. Thus, the simplest way to install the HydraConsole is to use Composer.

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

Then, use Composer's create-project command to download the HydraConsole and install all it's dependencies:

php composer.phar create-project -s dev ml/hydra-console path/to/install

You can now serve the HydraConsole with PHP's built-in web server:

php -S localhost:8000 -t path/to/install

That's it. Just fire up your browser and point it to

http://localhost:8000

Collaboration

To participate in the development please file bugs and issues in the issue tracker or submit pull requests. If there's enough interest I'll create a dedicated mailing list in the future.

You can find more information about Hydra and a demo installation of the HydraConsole on my homepage: http://www.markus-lanthaler.com/hydra/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].