VS2N is a simulator-independent tool, the only criterion is to store data collected from the simulation based on the schemas presented [here](VS2N-MongoDB-schemas), by adding a class in the code to hundle storage during simulation.
VS2N is a simulator-independent tool. The only criterion is to store data collected from the simulation based on the schemas presented [here](VS2N-MongoDB-schemas) by adding a class in the code to handle storage during simulation.
## Example: N2S3 (Scala)
## Example: N2S3
You can find the class to store simulation data in mongo [here](https://gitlab.univ-lille.fr/bioinsp/VS2N/-/blob/master/simulators/N2S3_MongoDB.scala)
[add information about the class and it's link and a simple example]
## Example: Nengo (Python)
## Example: Nengo
[add information about the class and it's link and a simple example]
You can find the class to store simulation data in mongo [here](https://gitlab.univ-lille.fr/bioinsp/VS2N/-/blob/master/simulators/Nengo_MongoDB.py)