Skip to content

Persistence with MongoDB

Dustin F edited this page Nov 6, 2017 · 2 revisions

MongoDB is used as the persistence for SharkPython. There are two possible ways for storing the structures in Python:

  • You can either store Semantic Tags, Semantic Nets and Knowledge manually like it is done in the first method of the TestMongoDB class.
  • Or you can use the helper methods of the MongoHelper class for all CRUD methods concerning Knowledge
Clone this wiki locally