Code Monkey home page Code Monkey logo

iow-ui's Introduction

iow-ui

Interoperability workbench user interface

Usage

To run the build

npm install
npm start

To make a production build

npm install
NODE_ENV=production npm run-script build

Installing new npm dependencies

npm install will automatically read resolved package versions from npm-shrinkwrap.json. When you install new packages, you need to explicitly update the shrinkwrap file. Here is a short example.

npm install --save foo-bar-x
npm shrinkwrap

Loading example data

To load example data to a local api/fuseki installation, run

npm run-script example-data

To load example data to a custom host and/or port

npm run-script example-data -- --host 127.0.0.1 --port 8080

Updating translation file

npm run-script create-translations

Copy new entries from template.pot to po translation files or use "Update from POT file" if using poedit.

Architechture

Interoperability user interface is separate one page application that uses IOW backend services. Backend design follows restful three layer architecture:

![Alt text](/Technical architecture.jpg "Technical architecture")

Backend:

https://github.com/CSC-IT-Center-for-Science/iow-api/

Database configuration:

https://github.com/CSC-IT-Center-for-Science/iow-database/

Private configuration:

https://github.com/CSC-IT-Center-for-Science/iow-playground/

iow-ui's People

Contributors

mortterna avatar lhahne avatar amiika avatar junsk1 avatar

Stargazers

Otso Helenius avatar Taina Nurmela avatar Ilkka Harmanen avatar

Watchers

Heikki Lehväslaiho avatar  avatar Juha Törnroos avatar James Cloos avatar Ville Salmela avatar Filippo Zonta avatar Olli Wilkman avatar  avatar Ari-Matti Saren avatar  avatar Hannu Kivimäki avatar Ai Nakajima avatar Oscar Kraemer avatar Kirsi Pispa avatar Sami Ilvonen avatar Juhani Kataja avatar Tewodros Deneke avatar Antonio J. Delgado avatar Olli-Pekka Lehto avatar Ila  avatar Maria Lehtivaara avatar Ulf Tigerstedt avatar  avatar Jukka Nousiainen avatar Oussama Bekkouche avatar  avatar  avatar  avatar  avatar Devaraju N avatar  avatar Mateusz avatar Ville Ahlgren avatar Timo Nurminen avatar Ahsan Feroz avatar Esko Järvinen avatar Emmi Rehn avatar João M. da Silva avatar  avatar

iow-ui's Issues

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.