Git Product home page Git Product logo

delphi-crawler's Introduction

Delphi Crawler

The automated crawling and processing engine for the Delphi platform.

We are currently in pre-alpha state! There is no release and the code in this repository is purely experimental!

branch status codacy snyk
master Build Status Codacy Badge Known Vulnerabilities
develop Build Status Codacy Badge Known Vulnerabilities

What is the crawler component?

Delphi's crawler component is automatically scanning repositories of code for new identifiable artifacts to index. It the pushes these artifacts on its work queue and eventually processes them. During processing metrics for that artifact are collected and stored.

How does the crawler component work?

It searches new code artifact from Maven central, downloads necessary files, and pushes them through the Hermes metrics tool. The results will then be indexed into an elasticsearch database.

How can I use the crawler component?

If you just wish to query the results, maybe the public instance at https://delphi.cs.uni-paderborn.de is the right choice for you.

If you want to create your own index, you can start the crawler directly using sbt in the project folder:

sbt run

It expects a running instance of elasticsearch on port 9200 on the same machine. You can override this default by setting the environment variable DELPHI_ELASTIC_URI to connect to your instance. The URI format is elasticsearch://<host>:<port>.

Requirements

When using OpenJDK you have to additionally install openjfx as one of our dependencies currently requires JavaFX to be present. For many Linux distributions the two packages necessary are libopenjfx-java and openjfx. For Alpine there are custom packages available here and a prepared docker image available here.

Community

Feel welcome to join our chatroom on Gitter: Join the chat at https://gitter.im/delphi-hub/delphi

Contributing

Contributions are very welcome!

Before contributing, please read our Code of Conduct.

Refer to the Contribution Guide for details about the workflow. We use Pull Requests to collect contributions. Especially look out for "help wanted" issues GitHub issues by-label, but feel free to work on other issues as well. You can ask for clarification in the issues directly, or use our Gitter chat for a more interactive experience.

GitHub issues

License

The Delphi crawler is open source and available under Apache 2 License.

GitHub license

delphi-crawler's People

Contributors

bhermann avatar almacken avatar ayybeeshafi avatar janniclas avatar sviktors 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.