Coder Social home page Coder Social logo

olahd_deployment's Introduction

OLA-HD: A Long-term Archive System

OLA-HD is a mixture between an archive system and a repository. The input is a .zip file whose content is structured as BagIt. The zip content will be validated before any further actions take place. Data uploaded to the system will be stored in both tapes and hard drives. The separation rules are defined in the configuration file. In addition, each uploaded zip gets a persistent identifier (PID). This PID can be used for sharing, citing, and versioning purposes.

If you deploy your own instance, a Swagger documentation is available at /swagger-ui.html.

For the prototype:

  • Please click here to experience it.
  • Please click here for the current Swagger documentation.

Repositories

Besides this repository, OLA-HD consists of 3 repositiories:

Backend: RESTful Service
User-GUI: web UI for public usage
Admin-GUI: web UI for logged in users

Project structure

.
├── .gitlab
│   └── issue_templates  -> templates used by Gitlab when users want to create issues
├── images               -> images used in README files
├── nginx                -> the Nginx proxy for the whole system
├── .env                 -> environment variables for all Docker images
├── .gitignore
├── LICENSE
├── README.md
├── build.sh             -> run this file to build the Docker image and start up the whole system (database, back-end, front-end, reverse proxy)
└── docker-compose.yml   -> describe all images in the system

Prerequisites

Install and run

git clone https://github.com/subugoe/olahd_deployment
cd olahd_deployment
git clone https://github.com/subugoe/olahd_backend
git clone https://github.com/subugoe/olahd_user_frontend
git clone https://github.com/subugoe/olahd_admin_frontend
./build.sh

System overview

System overview

All requests go first to the Nginx proxy. Depending on the URL path, it will either forward the request to the back-end service, or serves static HTML files. As depicted in the image, there are four components: Nginx, back-end, front-end for normal user, and front-end for admin.

olahd_deployment's People

Contributors

joschrew avatar

Stargazers

Mehmed Mustafa avatar

Watchers

James Cloos avatar HW avatar  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.