Coder Social home page Coder Social logo

any23-plugins's Introduction

Any23 Plugins

This is the root dir of the Any23 Plugins module.

A plugin is an extension of the Any23 core and can be plugged using the Plugin Manager capabilities.

Plugins

basic-crawler

A CLI tool which extends the Rover CLI adding crawler specific capabilities.

html-scraper

The HTML scraper is able to convert any HTML page to triples containing the text scraped from the page.

office-scraper

The Office scraper is able to convert the main MS Office compatible formats and convert them to triples.

integration-test

This module contains the integration tests for all the defined plugins.

Generate Plugin Packaging

To generate the desired plugin package, navigate to the plugin directory and execute

mvn package

e.g. to generate the basic-crawler plugin package

$cd $ANY23-HOME/plugins/basic-crawler
$ mvn package

From the basic-crawler directory this generates

.
|-- pom.xml
|-- src
|   |-- main
|   |   |-- assembly
|   |   `-- java
|   `-- test
`-- target
    |-- any23-basic-crawler-${version}.jar
    |-- apache-any23-basic-crawler-${version}-bin.tar.gz <<<
    |-- apache-any23-basic-crawler-${version}-bin.zip <<<
    |-- archive-tmp
    |-- classes
    |   |-- META-INF
    |   `-- org
    |-- generated-sources
    |-- maven-archiver
    |-- maven-shared-archive-resources
    |-- surefire
    |-- surefire-reports
    `-- test-classes
...

Plugin specific README's can be found in either ./target/.tar.gz || ./target/.zip (annotated above with '<<<'), where much more detailed information sources can be located.

any23-plugins's People

Contributors

dependabot[bot] avatar lewismc avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

isabella232

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.