List of SimpleGraphModules
Jump to navigation
Jump to search
| icon | Topic | name | pluralName | documentation |
|---|---|---|---|---|
| File:SimpleGraphModule.png | SimpleGraphModule | SimpleGraphModule | SimpleGraphModules | A SimpleGraphModule is an Apache/TinkerPop API wrapper for a system |
SimpleGraphModules
| SimpleGraphModule | name | logo | modulename | systemname | url | apiname | apiurl | issue | documentation |
|---|---|---|---|---|---|---|---|---|---|
| SimpleGraph-CalDAV | CalDAV | caldav | CaldavSystem | https://en.wikipedia.org/wiki/CalDAV | ical4j library for parsing and building iCalendar data models | https://github.com/ical4j/ical4j | 14 | makes Calendar data available via ical4j | |
| SimpleGraph-CardDAV | CardDAV | carddav | CarddavSystem | https://en.wikipedia.org/wiki/CardDAV | 13 | makes VCard data available | |||
| SimpleGraph-Excel | Excel | excel | ExcelSystem | https://en.wikipedia.org/wiki/Microsoft Excel | Apache POI XSSF/HSSF | https://poi.apache.org/components/spreadsheet/quick-guide.html | makes Microsoft Excel workbooks accessible via the Apache POI API | ||
| SimpleGraph-FileSystem | FileSystem | filesystem | FileSystem | https://en.wikipedia.org/wiki/File system | java.io.File | https://docs.oracle.com/javase/8/docs/api/java/io/File.html | 2 | makes your FileSystem accessible via the Java FileSystem API | |
| SimpleGraph-GeoJSON | GeoJSON | geojson | GeoJsonSystem | https://en.wikipedia.org/wiki/GeoJSON | GeoJSON support for Google gson library | https://github.com/filosganga/geogson | 19 | makes GeoJSON data available | |
| SimpleGraph-github | GitHub | github | GitHubSystem | https://github.com | GitHub GraphQL Api v4 | https://developer.github.com/v4/ | 5 | makes GitHub content accessible to Graph processing. | |
| SimpleGraph-HTML | HTML | html | HtmlSystem | https://en.wikipedia.org/wiki/HTML | HTML Cleaner | http://htmlcleaner.sourceforge.net/ | 6 | makes HTML files accessible via HTML Cleaner parser | |
| SimpleGraph-Java | Java | java | JavaSystem | https://en.wikipedia.org/wiki/Java (programming language) | javaparser | https://github.com/javaparser/javaparser | makes Java code parse results accessible to Graph processing. | ||
| SimpleGraph-JSON | JSON | json | JsonSystem | https://en.wikipedia.org/wiki/JavaScript Object Notation | JSON | https://www.json.org/ | makes JSON parse results accessible to Graph processing. | ||
| SimpleGraph-Mail | MailSystem | https://en.wikipedia.org/wiki/MIME | E-Mail access for rfc822 and MIME formatted Mailbox files (e.g. Thunderbird) | https://james.apache.org/mime4j/ | makes Mail data available via Apache Mime4J | ||||
| SimpleGraph-MapSystem | MapSystem | ![]() | map | MapSystem | https://en.wikipedia.org/wiki/Hash table | java.api.Map | https://docs.oracle.com/javase/8/docs/api/java/util/Map.html | supplies a simple wrapper for a graph with nodes that have key/value pairs in form of HashMaps. We would not really need this since Apache Tinkerpop/Gremlin already supplies us with properties per node/vertex. Still this system is useful as a helper system and to illustrate the wrapping concepts and possibilities of SimpleGraph | |
| SimpleGraph-MediaWiki | MediaWiki | mediawiki | MediaWikiSystem | https://www.mediawiki.org/wiki/API:Main page MediaWiki | MediaWiki API | https://www.mediawiki.org/wiki/API:Main page | 3 | makes MediaWiki site content accessible to Graph processing. It exposes the MediaWiki API using the mediawiki-japi Library by BITPlan. | |
| SimpleGraph-PDF | PdfSystem | https://de.wikipedia.org/wiki/Portable Document Format | Apache PDFBox | https://pdfbox.apache.org/ | makes Portable Document Format (PDF) files accessible via the Apache PDFBox® API | ||||
| SimpleGraph-PowerPoint | PowerPoint | powerpoint | PowerPointSystem | https://en.wikipedia.org/wiki/Microsoft PowerPoint | Apache POI XSLF/HSLF | https://poi.apache.org/slideshow/xslf-cookbook.html | 7 | makes Microsoft PowerPoint presentations accessible via the Apache POI API | |
| SimpleGraph-SMW | SMW | smw | SmwSystem | https://en.wikipedia.org/wiki/SMW | SemanticMedia Wiki API | https://www.semantic-mediawiki.org/wiki/Help:API | makes Semantic MediaWiki accessible via the SMW API | ||
| SimpleGraph-SNMP | SNMP | ![]() | snmp | SNMPSystem | https://en.wikipedia.org/wiki/Simple Network Management Protocol | SNMP4J Simple Network Monitoring Protocol SNMP Java API | http://www.snmp4j.org/ | makes Simple Network Monitoring Protocol accessible via SNMP4J | |
| SimpleGraph-SQL | SQL | sql | SQLSystem | https://en.wikipedia.org/wiki/SQL | Java Database Connectivity (JDBC) API | https://docs.oracle.com/javase/8/docs/api/java/sql/package-summary.html | 3 | makes relational SQL databases accessible via the Java JDBC API. | |
| SimpleGraph-TripleStore | TripleStore | triplestore | TripleStoreSystem | https://en.wikipedia.org/wiki/Triplestore | SiDIF-TripleStore | https://github.com/BITPlan/org.sidif.triplestore | makes BITPlan's SiDIF educational TripleStore accessible | ||
| SimpleGraph-WikiData | WikiData | wikidata | WikiDataSystem | https://en.wikipedia.org/wiki/Wikidata | WikiData Toolkit | https://github.com/Wikidata/Wikidata-Toolkit | makes WikiData data available via the Wikidata-Toolki API | ||
| SimpleGraph-Word | Word | word | WordSystem | https://en.wikipedia.org/wiki/Word | Apache POI XWPF/HWPF | https://poi.apache.org/document/quick-guide-xwpf.html | makes Microsoft Word Documents accessible via the Apache POI API | ||
| SimpleGraph-XML | XML | xml | XmlSystem | https://en.wikipedia.org/wiki/XML | org.w3c.dom | https://docs.oracle.com/javase/7/docs/api/org/w3c/dom/package-summary.html | makes XML dom parse results accessible to Graph processing. |

