How to query data in gatling which is stored in mongodb???

Hi,

Can any one please tell me How to get exact data from mongodb with gatling DSL???And after that I want to do put operation on it…

Thanks

You have to write your own protocol support, Gatling doesn’t support MongoDB out of the box atm.