Skip to main content

Query Alternatives

You can store data in ApertureDB and query (search / filter) it in the following ways:

  • Use our web frontend to navigate metadata schema, manage users or roles, and query data
  • Query using JSON commands from Python in Jupyter notebooks / custom query tab in UI or from C++ applications
  • Query using the Python SDK object wrapper API
  • Query using the REST API from any client (we provide Python wrappers) to send JSON-based queries
  • Read-only graph queries supported via a SPARQL interface
  • A NodeJS wrapper built and maintained by ApertureDB user

Head over to our basic and advanced usage tutorials with real application examples.

tip

You can also query and feed data into or retrieve it from ApertureDB using the various tools and frameworks that we have integrations for.