website/src/docs/hotchocolate/v16/integrations/index.md
This section covers how to integrate different data technologies into your Hot Chocolate GraphQL server.
Entity Framework Core requires additional setup to work with the concurrent nature of GraphQL resolvers. You will learn how to use your DbContext correctly in different scenarios and tune Entity Framework Core for maximum throughput.
Learn more about the Entity Framework Core integration
You will learn how to access MongoDB from your resolvers and how to translate pagination, projection, filtering, and sorting capabilities to native MongoDB queries.
Learn more about the MongoDB integration
You will learn how to expose NetTopologySuite types as GeoJSON and how to integrate them with the data APIs.
Learn more about the Spatial Data integration
Marten requires custom configurations to work with the HotChocolate.Data package. You will learn how to configure your schema to integrate with Marten.