Skip to content

devette/semantic-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo - Semantic Analytics (Using AFM short sell register)

Build Status

  • with server
    • cloudfoundry ready
    • embedded Apache Fuseki2 / Jetty server
    • Apache Jena with RDF datasets
    • Angular based faceted search and query frontend.

preparation

Building

from the root of the sources

  • mvn clean package

from the client-angular directory

  • cd client-angular
  • bower install

Running locally

After succesful installations

  • cd configserver/
    • mvn test -Plocalhost or
    • java -jar target/server-1.0-SNAPSHOT.jar

Then navigate to - http://localhost:8080/index.html

Running on the cloud

Prepare

Server

To run the server application in the cloud.

  • cd server
  • cf push

Client

To run the client application in the cloud.

  • update the endpoint in angular-client/search-service.js to the given route for the server app.
  • cd angular-client
  • cf push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published