In this section we will look at different technologies and how we can integrate them into our GraphQL server.
Entity Framework Core
The package HotChocolate.Data.EntityFramework
helps you to manage the DBContext
life cycle.
Learn more about our Entity Framework Core integration
MongoDB
With the package HotChocoalte.Data.MongoDb
you can integrate your MongoDB with ease.
This package adds support for filtering, sorting, projection and pagination with native MongoDB queries.
Learn more about our MongoDB integration
Spatial Data
This collection of packages help you to expose NetTopologySuite types in form of GeoJSON and even integrate it with the data api.