Introduction to FastTrack 2.0
- Last Updated: May 5, 2026
- 1 minute read
- MarkLogic Server
- Documentation
FastTrack is a library of search, visualization, and analytics widgets used to build React applications quickly on top of MarkLogic’s powerful multi-model database and search platform. FastTrack can be imported into a React application. The widgets can then be connected to MarkLogic's backend APIs, and data retrieved from MarkLogic displayed in a variety of ways.
FastTrack lets you build:
-
Faceted search applications (SearchBox, ResultsSnippet, ResultsConfig, ResultsCustom, ApplyFacets, StringFacet, BucketRangeFacet, NumberRangeFacet, DateRangeFacet, SelectedFacets).
-
Applications that display documents (EntityEditor, EntityRecord, FileDisplay, JsonView, WindowCard).
-
Network graphs for visualizing relationships in data (NetworkGraph).
-
Timelines for organizing time-based information (Timeline).
-
Maps for displaying geospatial data (Map).
-
Dashboards with interactive charts (CategoricalChart, TwoLayersChart).
FastTrack's MarkLogicContext connects your application to MarkLogic and exposes methods for communicating with MarkLogic's REST endpoints. MarkLogicContext lets you add interactivity across a React application by defining MarkLogic search constraints, executing complex structured searches that include those constraints, updating application widgets as new search results are returned, and handling AI results returned from large language models (LLMs).
Note:
The FastTrack library includes components from the KendoReact UI library and comes with a KendoReact license. To remove license warnings and watermarks in your application, install the KendoReact license key. See Installing or Updating the License Key at KendoReact.