This DataStore is write-only. It can insert and delete data in ndn-python-repo.
This DataStore does not have methods to read data. To read data in ndn-python-repo, send an
Interest to the network, and then ndn-python-repo itself can reply.
If you really need a readable DataStore, refer to @ndn/repo-api!ReadFromNetwork.
A DataStore implementation using ndn-python-repo.
Remarks
This DataStore is write-only. It can insert and delete data in ndn-python-repo.
This DataStore does not have methods to read data. To read data in ndn-python-repo, send an Interest to the network, and then ndn-python-repo itself can reply. If you really need a readable DataStore, refer to @ndn/repo-api!ReadFromNetwork.