GithubHelp home page GithubHelp logo

sarala / ols Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ebispot/ols

0.0 2.0 0.0 2.83 MB

Ontology Lookup Service from SPOT at EBI

License: Apache License 2.0

Java 38.14% CSS 11.60% HTML 24.78% JavaScript 25.00% Web Ontology Language 0.48%

ols's Introduction

OLS

Ontology Lookup Service from SPOT at EBI.

This is the entire codebase for the EBI OLS. OLS has been developed around two key ontology indexes that can be built and used independently from the core website. We provide service to build a SOLR index and and a Neo4j index. The SOLR index is used to provide text based queries over the ontologies while the neo4j index is used to query the ontology structure and is teh primary driver of the OLS REST API.

OLS has been developed with the Spring data and Spring boot framework. You can build this project with Maven and the following Spring Boot applications will be avaiable to run.

All of the apps are available under the ols-apps module.

  • ols-apps/ols-solr-app - Spring boot application for building a SOLR index for one of more ontologies. Requires access to a SOLR server.
  • ols-apps/ols-neo4j-app - Spring boot application for building a Neo4j index for one of more ontologies. Builds an embedded neo4j database. You can run a Neo4j server that uses the generated neo4j database.

To run a complete local OLS installation you will need a mongodb database. This is a lightweight database that used to store all the ontology configuration and application state information.

  • ols-apps/ols-config-app - Spring boot application for loading config files into the mongodb database. This includes support for reading config files specified using the OBO foundry YAML format.

  • ols-apps/ols-loading-app - Spring boot application for that build the complete OLS indexes. This app fetches ontologies specified in the config files, checks if they have changed form a previous download, and if hey have changed it will create all the necessary SOLR and Neo4j indexes.

  • ols-web/ - This will contain the WAR file that can be deployed in tomcat to launch the OLS website and REST API.

ols's People

Contributors

catherineleroy avatar jmcmurry avatar simonjupp avatar tburdett avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.