Skip to content

needlehack-team/needlehack

Repository files navigation

needlehack

The project imports, normalizes and stores this information from different RSS declared in an OPML file: engineering_blogs.opml

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You have to install Docker and Docker Compose:

Installing

  • Clone source code from git
$ git clone git@github.com:needlehack-team/needlehack.git
  • Build project with Maven
$ mvn clean install
  • Run the application from the command line using:

** DEBUG MODE

$ ./run.sh debug

** DOCKER MODE

$ ./run.sh debug
$ docker run --env-file docker/environments/local.list --network docker_elk -h search-api  needlehack/search-api

Built With

Versioning

We use SemVer for versioning.

Team

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE License - see the LICENSE.md file for details

Acknowledgments

Releases

No releases published

Packages

No packages published