Skip to content

Docker-compose project that involves Hyrax docker container in alliance with Apache one.

Notifications You must be signed in to change notification settings

fgr81/Hyrax_Apache_LDAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyrax_Apache_LDAP

Overview

The Opendap Protocol (Open-source Project for a Network Data Access Protocol) is a crucial tool in the scientific field for sharing and accessing geospatial and scientific data distributed over networks. It standardizes data retrieval from various sources, allowing scientists to access and analyze information from different archives without full downloads. This enhances research development and collaboration among diverse teams and institutions, improving the efficiency and accuracy of scientific analyses.

Hyrax is a server application that implements the Opendap protocol. It offers a web interface for distributing scientific data, enabling users to query and retrieve data using Opendap via HTTP requests. Hyrax simplifies the publication and management of scientific data over networks, providing uniform and scalable access to datasets.

The LDAP (Lightweight Directory Access Protocol) is widely used for accessing and managing data stored within a directory service. It facilitates identity and permission management, allowing quick retrieval of information regarding users, groups, and other organizational entities. Its structural flexibility and ability to replicate data across multiple servers have made it a standard for centralized identity and resource management in complex networks.

Hyrax integrates sophisticated authentication via LDAP and resource access authorization with Apache. This synergy ensures precise data management, security, and adherence to access control policies. It allows for detailed control over who can access resources, providing a secure and compliant environment.

Logic Diagram

How to use it

  1. cp env.sample .env
  2. Customize .env file
  3. docker-compose build
  4. docker network create custom-docker
  5. docker-compose up -d

DOI

About

Docker-compose project that involves Hyrax docker container in alliance with Apache one.

Resources

Stars

Watchers

Forks

Packages

No packages published