I want to send images from various android to context broker, I am not sure how I would go about decoding the image from string format and then storing it to the file system and database respectively. Would I have to develop my own python script or could Cygnus help me out here?
相关问题
- HTTPS notification doesn't reach cygnus
- What would be the behavior of subscriptions and no
- Automatic creation of the hive tables on cosmos
- Automatic creation of the hive tables on cosmos
- How to configure the Fiware PEP WILMA proxy to use
相关文章
- login to fiware GE using putty (Windows) - what cr
- ECONNRESET when opening a large number of connecti
- FIWARE IDM installation error
- No connection between Freeboard's data source
- How to store an image from context broker?
- Cygnus startup error: ClassNotFoundException
- PEP proxy config file for integration of IDM GE, P
- Orion's Configuration Manager vs PubSub Broker
Although there are several approaches to transcode a binary file (such an image) into text (e.g. Base64) it doesn't use to be a good idea in Orion Context Broker. Big static files are better placed in an Object Storage service, such the one that FIWARE provides.
Each file in such systems is identified by an URL. You can use that URL for the attribute values in Orion Context Broker that refer to the given image.