• Company Founded 2001
  • Product: Marklogic Server
  • Written in C++, XQuery
  • Homepage: www.marklogic.com
    • Information
    • API docs
    • Free, trial download/license
  • devpedia
  • archipedia
  • NoSQL database?
  • Document Database store
    • XML
    • XQuery/XSLT/XPATH
  • HTTP in and out
  • Not Open Source
  • Security
  • Search
  • Many utility features
    • CPF, MLCP, Etc.
  • App server
  • RESTful interface
  • Java interface
  • JSON support
  • Re-branding as Enterprise NOSQL
  • Client API - CRUD & search
  • Management API - Instrumentation
  • Packaging API - Configuration
  • /v1/documents?uri=/path/to/document
    • GET
    • PUT
    • DELETE
    • HEAD
  • /v1/keyvalue?element=TITLE&value=Cymbeline
  • /v1/search/?q=infinite NEAR variety'
  • /v1/documents
    ?uri=/path/to/document
    &format=JSON