--no-cache-dir
flag to pip
in dockerfiles to save space
using "--no-cache-dir" flag in pip install ,make sure downloaded packages by pip don't cached on system . This is a best practice which make sure to fetch from repo instead of using local cached one . Further , in case of Docker Containers , by restricting caching , we can reduce image size. In term of stats , it depends upon the number of python packages multiplied by their respective size . e.g for heavy packages with a lot of dependencies it reduce a lot by don't caching pip packages. Further , more detail information can be found at https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6 Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
The OpenMTC SDK aims to provide developers with a convenient yet flexible tool to write oneM2M compliant applications. This includes network applications (NAs), gateway application (GAs), device applications (DAs), as well as interworking proxy entities (IPEs).
This project is part of FIWARE. For more information check the FIWARE Catalogue entry for the IoT Agents.
:octocat: Git Repository | 🐳 Docker Hub | 📚 Documentation | 📄 Site | 🎓 Academy |
---|
Content
Install
Information about how to install the JSON IoTAgent can be found at the corresponding section of the Installation & Administration Guide.
Usage
Information about how to use the IoT Agent can be found in the User & Programmers Manual.
Training
Information about our Training can be found in the Training Section.
API
Information about the REST API can be found in the API Section
Python
The OpenMTC SDK is written in and for the Python programming language. Users should therefore have at least a certain knowledge of Python and its paradigms. For this matter, the following material is recommended:
- The Python Homepage
- Expert Python Programming by Tarek Ziadé
- Code Like a Pythonista: Idiomatic Python
Feedback
Please create issues for any problems and direct any comments or feedback you are having to support@openmtc.org
Please let us know what you think. We are also very interested in any use case you are not able to implement with the SDK or if you find it difficult to do so.
Quality Assurance
This project is part of FIWARE and has been rated as follows:
Contributing
Contribution guidelines are detailed in the CREDITS file.
License
The OpenMTC SDK is licensed under the Eclipse Public License (EPL) version 1.
© 2018-2019 OpenMTC