Minfx: API reference
The Minfx client comes in two flavors:
- Client for Neptune V2 (this page).
- Client for Neptune V3 (coming soon, we will update when available).
This documentation is an API reference for the Neptune V2 client library.
Fully compatible V2 client
Minfx provides a fully compatible V2 client by using either:
import minfx.neptune_v2 as neptune, or- Specifying a new
NEPTUNE_API_TOKEN
The NEPTUNE_API_TOKEN token is base64 encoded JSON, which contains a base API URL.
With our new token and the new URL pointing to minfx.ai, all of Neptune's original code just works out of the box.
Extensive tests
Our servers are fully API compatible, which we have extensively tested:
- Via neptune-exporter
- Via porting python SDK tests and intergrating them.
- Via custom logged runs (see demo)
The documentation is taken from the original legacy docs.