Code Monkey home page Code Monkey logo

crawler's Introduction

Crawler

Categorizes the Welt RSS Feed and saves it in a postgres Database.

Backend for https://github.com/jpreuss00/newsPaperApp

Built With

  • [Java]

How to use

1: Start a postgres Docker Container:

  • docker pull postgres
  • docker run -p 5432:5432 -e POSTGRES_PASSWORD="choose a password" -d postgres

2: Start your application:

  • docker run --env DBHOST="IP adress of your Docker Container" --env DBUSER=postgres --env DBPWD="your choosen password" --env DB="your database name" -d "Image name"

3: Connect to your Postgres Database:

  • psql -h localhost -U postgres -d postgres
  • or open it in your webbrowser with PG Admin 4 or your common IDE

Links

Authors

crawler's People

Contributors

jpreuss00 avatar

Stargazers

Stefan Wilke avatar

Watchers

James Cloos avatar  avatar

crawler's Issues

Git clean

AS A repo owner
I WANT TO have a clean repo
THAT the users have a good overview over the project

  • .gitignore with files, that are not used for the build process
  • delete entrypoint.sh

Ping Pong Endpoint

AS A software engineer
I WANT TO have a Ping Pong Endpoint
THAT I can check the functionality of send/receive

Search Endpoint

AS A software engineer
I WANT TO have a Search Endpoint
THAT I can check the functionality of searching for specific categories or key words

  • 10 articles
  • 10 articles to a specific category
  • 10 articles to a specific keyword*s

Tests

AS A software engineer
I WANT TO have tests for my app
THAT I can see any issues with my

  • Tests for the Connection to the database
  • Tests for the storage of the articles
  • Tests for the rss feed reader
  • Tests for the timer

health Endpoint

AS A software engineer
I WANT TO have a health Endpoint
THAT I can check the health status

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.