You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define class schemas via decorators. Convert objects into keyless arrays for efficient network transmission. Decode them back into structured objects using the same schema. Ideal for compact, schema-based messaging, especially with MessagePack.
This repository contains the results of a university project to schemaless databases. In our case it mainly dealt with some performance benchmarks of ArangoDB and a test application to also inspect the interaction with the database.