Data inserts
Superduper allows developers to insert data from a variety of sources,
encoding and decoding objects, such as images and videos, not usually handled
explicitly by the db.databackend
.
Read more
📄️ Basic insertion
Superduper supports inserting data wrapped as dictionaries in Python.
📄️ Automatic data-types
A major challenge in uniting classical databases with AI,
📄️ (Optional) Setting up tables and encodings
Superduper has flexible support for data-types. In both MongoDB and SQL databases,
📄️ Working with and inserting large pieces of data
Some applications require large data-blobs and objects, which are either larger than the objects which are supported by the underlying database, or which will degrade performance of the database if stored directly. For example:
📄️ Working with external data sources
Superduper supports data added from external data-sources.