Mito Enterprise Features

Features that are unique to Mito Enterprise help drive Python adoption and allow you to integrate Mito into existing enterprise infrastructure.

Additional features in Mito Enterprise

Mito Enterprise features are not included in Mito open source. These features are designed for large orginizations that want to integrate Mito with their infrastructure in order to more effectively drive large-scale python adoption

Remote File System Access

Mito Enterprise allows users to import from remote drives on Mac, Windows, and Linux, making it easier for users to import CSV and Excel files from shared company folders.

Importing from a remote drive is particularly useful when a file is kept up to date by several team members. Importing directly from the remote drive means users don't need to coordinate with their local copy of the file before using it in Mito.

Remove drive file access is available for Mito Enterprise users through the standard Mito file import flow.

Conditional Formatting

Conditional formatting makes it easy to highlight certain values in your data. For example, an analyst could use conditional formatting to highlight MoM returns above 5% in green so that the most outlier values stand out when their manager reviews the data.

Crucially, users can export this conditional formatting directly to Excel, allowing Mito Enterprise users to create fully presentation-ready Excel reports with Mito.

pageConditional Formatting

Custom Importers (database integration)

Figuring out how to access data in an enterprise is a major blocker for analysts to get started building a Python automation. Even after having the correct permissions, analysts might spend a few weeks figuring out which tables contain the data they need.

Custom importers allow the data experts in your organization to write Python functions that query commonly used data. Mito automatically turns these Python functions into a UI that spreadsheet users can interact with to import their data.

pageImport: Generated UI from any Python Function

Custom Transformations

Sheet Function Extensions

With Mito Enterprise, you can add custom functions directly into the spreadsheet. Those custom functions will be treated as first class formulas just like the SUM or IF fucntion are currently. That means they'll have in-app documentation, syntax support, etc.

These custom functions can hook up to APIs, access internal systems, or do anything else you'd do in Python!

pageCustom Spreadsheet Functions

Custom Editors Extensions

Extend the Mito spreadsheet with internal Python functions that operate on dataframes. Just like with custom importers and spreadsheet functions, Mito will seamlessly integrate these editors into the spreadsheet UI so users can take advantage of Python code written specifically for them without having to search through a catalog of Python scripts.

pageCustom Editors: Autogenerate UI from Any Function

End-to-end Report Scheduling

After completing their analysis in Mito, users can schedule the analysis to execute through a Github Action on some consistent time-interval. This feature is currently in Beta.

pageScheduling your Automation

Code Configuration Options

Code configuration options let you turn the Mito generated code into a function that works for your data processing pipeline. Set the function paramater names, import required modules, etc.

Doing so means you can plug and play the Mito generated code into your automation pipeline without additional script processing.

pageCode Options

Admin Settings

Mito Enterprise is designed to be configurable to your needs. As such, admin settings allow for:

  1. Disabling / hiding any specific feature

  2. Setting a custom support email

  3. Setting default code configuration options

  4. Bring your own custom LLM

  5. Other common admin settings

Disable Telemetry

Mito Enterprise is, by default, entirely local. No data leaves the system it is installed on.

Mito open source collects basic telemetry data for product improvements.

Enterprise Logging

Mito Enterprise allows you to bring your own logging server. This means that you can track and understand the usage of Mito and Python in your orginization, and improve your Python adoption strategies as a result.

pageEnterprise Logging

Last updated