Skip to content

jsoetendal/datacatalog-core

 
 

Repository files navigation

datacatalog-core

(Core) Part of the Data Catalog Project

A microservice with API to store, manage and search through meta data of data sets.

Requirements

All requirements have been abstracted away using Docker:

If you want to roll your own runtime environment, the Dockerfile(s) and docker-compose.yml should provide you with sufficient information to create an environment in which to run the service.

How to run

Open a terminal in the root-dir of this project and type:

docker-compose up -d

Now you can open your browser at http://localhost:8000/ and see content served by the code.

How to run tests

Run the script in the test folder (that utilizes the docker-compose-for-tests.yml):

./test.sh

To do: make locally testing possible

About

Data Catalog Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.2%
  • Makefile 1.6%
  • CSS 1.3%
  • Shell 0.9%