This project provides MarkLogic integration for the IntelliJ IDE.
Supported IntelliJ Platforms: IntelliJ IDEA Community, IntelliJ IDEA Ultimate, PhpStorm, WebStorm, PyCharm, RubyMine, AppCode, CLion, Rider, Android Studio
Supported IntelliJ Versions: 2017.1 - 2018.1
Supported MarkLogic Versions: 5.0 - 9.0
Supports running and profiling the following query types, with the minimum required MarkLogic version:
Query Type | Run | Profile |
---|---|---|
XQuery | Yes | Yes |
Server-side JavaScript | 8.0 | 8.0 |
SPARQL Query | 7.0 | No |
SPARQL Update | 8.0 | No |
SQL | 8.0 | No |
RDF triples can be returned in the following formats:
- N3 (Notation3)
- N-Quads
- N-Triples
- RDF/JSON
- RDF/XML
- TriG
- Triples/XML
- Turtle
NOTE: On MarkLogic 7, these triple formats are reported as text/plain due to limitations in the MarkLogic API.
Supports displaying MarkLogic ErrorLog.txt
logs for the configured MarkLogic
instances.
Copyright (C) 2017 Reece H. Dunn
This IntelliJ Plugin is licensed under the Apache 2.0 license.