Skip to main content
Version: v4

Local Studio

  • Added in: v4.1.0
  • Changed in: v4.3.0 (Upgrade to match Cloud client)
  • Changed in: v4.7.0 (Upgraded to match Fabric client)

Harper Local Studio is a web-based GUI that enables you to administer, navigate, and monitor your Harper instance through a simple, user-friendly interface without requiring knowledge of the underlying Harper APIs.

It is automatically bundled with all Harper instances and is enabled by default on the Operations API port.

If you're looking for the platform as a service interface, go to Harper Fabric instead.

Configuration

To enable the local Studio, set localStudio.enabled to true in your configuration file:

localStudio:
enabled: true

The local studio is provided by the Operations API and is available on the configured operationsApi.port or operationsApi.securePort values. This is 9925 by default.

Accessing Local Studio

The local Studio can be accessed through your browser at:

http://localhost:9925

All database interactions from the local Studio are made directly from your browser to your Harper instance. Authentication is maintained via session cookies.