Skip to main content

System Requirements

Before you start using Datafi, verify that your environment meets the requirements below. Datafi is a cloud-hosted platform, so there is no software to install for basic web access. For programmatic or client-based access, additional setup may be needed.


Supported Browsers

Datafi's web interface runs in modern browsers. The following minimum versions are supported:

BrowserMinimum VersionNotes
Google Chrome47+Recommended for the best experience
Apple Safari9+macOS and iOS
Mozilla Firefox45+Standard and ESR releases
Microsoft Edge12+Chromium-based Edge is preferred
Recommended Browser

Google Chrome (latest stable release) provides the most thoroughly tested experience. If you encounter rendering or performance issues in another browser, try Chrome before reporting a bug.

Browser Configuration

For the web interface to function correctly, make sure the following are enabled in your browser:

  • JavaScript -- required for all interactive features.
  • Cookies -- required for session management and authentication.
  • TLS 1.2 or higher -- all connections to Datafi are encrypted in transit.
  • Pop-up windows -- some authentication flows (SSO) may open a pop-up. Allow pop-ups for home.datafi.us.
Unsupported Browsers

Internet Explorer is not supported. If your organization still relies on IE, you need to use one of the supported browsers listed above to access Datafi.


Access Methods

Datafi provides multiple ways to interact with your data, depending on your use case.

Web Interface

The primary way to use Datafi. Sign in at home.datafi.us to access the full platform -- Home, Discover, Data Views, Data Apps, Policies, Insights, Chat, and more.

Requirements: A supported browser and an internet connection.

ODBC Clients

Connect business intelligence tools, spreadsheets, and custom applications to Datafi using an ODBC driver. This allows you to run federated queries from tools like Tableau, Power BI, Excel, and others.

Requirements:

  • Datafi ODBC driver installed on the client machine.
  • Network access to the Datafi ODBC endpoint.
  • Valid Datafi credentials or an API token.

Command-Line Interface (CLI)

The Datafi CLI gives you terminal-based access to queries, administration commands, and automation scripts.

Requirements:

  • CLI binary installed on your workstation or CI/CD runner.
  • Network access to the Datafi API.
  • Valid credentials or an API token.

SDK

Embed Datafi queries and operations directly in your application code. The SDK is available for popular programming languages and frameworks.

Requirements:

  • SDK package installed in your project.
  • Network access to the Datafi API.
  • Valid credentials or an API token.

Data View and Data App Web Apps

Purpose-built web applications that present live, governed data to end users. Data Views provide schema exploration, query execution, and data export. Data Apps deliver custom dashboards and interactive experiences.

Requirements: A supported browser (same as the main web interface).


Network Requirements

Datafi is a cloud-hosted service. Your network environment must allow outbound connections to Datafi endpoints.

Connectivity

RequirementDetail
ProtocolHTTPS (TLS 1.2+)
Outbound port443
Primary domainhome.datafi.us
Authentication domainsAuth0, AWS Cognito, and Microsoft Entra ID domains (for SSO)

Firewall and Proxy Considerations

If your organization uses a corporate firewall or web proxy:

  • Allowlist *.datafi.us for web interface access.
  • Allowlist the authentication provider domains used by your SSO configuration (Auth0, Cognito, or Entra ID).
  • Ensure WebSocket connections are not blocked -- some real-time features rely on persistent connections.
  • If SSL inspection is enabled, verify that it does not interfere with certificate pinning on Datafi endpoints.
VPN and Private Network Deployments

For Enterprise deployments that use private networking or VPN tunnels, consult the Deployment section of this documentation or contact your Datafi account team for architecture guidance.


Display and Hardware

Datafi has no strict hardware requirements beyond what your browser needs. For the best experience:

  • Screen resolution: 1280 x 720 or higher. A wider display is helpful when working with Data Views and query results.
  • Memory: The web interface performs best with at least 4 GB of available RAM allocated to the browser.
  • Connectivity: A stable broadband connection (5 Mbps or higher) is recommended for smooth interaction with large result sets.

Next Steps

Once you have confirmed that your environment meets these requirements, proceed to Account Registration to create your Datafi account.