This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/confluentinc/training-administration-src | |
| https://github.com/confluentinc/training-developer-src | |
| https://medium.com/@sdjemails/kafka-consumer-overview-cfcc25044c2e | |
| https://medium.com/@anyili0928/what-i-have-learned-from-kafka-partition-assignment-strategy-799fdf15d3ab | |
| https://medium.com/@andy.bryant/processing-guarantees-in-kafka-12dd2e30be0e | |
| https://medium.com/swlh/how-to-make-kafka-producer-consumer-production-ready-d40915b78c9 | |
| https://www.logicbig.com/tutorials/misc/kafka/auto-committing-offsets.html | |
| https://github.com/ayushdixit487?tab=repositories | |
| https://github.com/gschmutz/iot-vehicle-tracking-demo | |
| https://www.instaclustr.com/support/documentation/kafka-add-ons/using-the-kafka-schema-registry/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Requirement already satisfied: psycopg2-binary<2.9.0,>=2.8.2 in /Users/sridharvennela/workspace/pgp-aiml/rasa-workshop/venv/lib/python3.8/site-packages (from rasa[spacy]==1.10.0->-r requirements.txt (line 2)) (2.8.6) | |
| Requirement already satisfied: sanic-jwt<1.5.0,>=1.3.2 in /Users/sridharvennela/workspace/pgp-aiml/rasa-workshop/venv/lib/python3.8/site-packages (from rasa[spacy]==1.10.0->-r requirements.txt (line 2)) (1.4.1) | |
| ERROR: Could not find a version that satisfies the requirement tensorflow-addons<0.8.0,>=0.7.1 (from rasa[spacy]==1.10.0->-r requirements.txt (line 2)) (from versions: 0.10.0, 0.11.0, 0.11.1, 0.11.2) | |
| ERROR: No matching distribution found for tensorflow-addons<0.8.0,>=0.7.1 (from rasa[spacy]==1.10.0->-r requirements.txt (line 2)) | |
| Steps (Mac/Linux): | |
| Create a new directory for the workshop project | |
| mkdir rasa-workshop | |
| Navigate into the directory | |
| cd rasa-workshop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/sandervanvugt/microservices | |
| https://github.com/pdeitel/PythonDataScienceFullThrottle | |
| https://github.com/burrsutter/9stepsawesome | |
| https://github.com/nsadawi/Advanced-ML-Projects | |
| https://github.com/zaalion/oreilly-ai-100 | |
| https://github.com/nicholasdille/k8s-templates/tree/master/app | |
| https://github.com/mikepound/tls-exercises | |
| https://blogs.sap.com/2019/03/25/step-by-step-consume-rest-service-api-with-sap-s4hana-cloud-sdk/ | |
| https://resources.oreilly.com/binderhub/data-essentials-for-building-predictive-models-with-python |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.kaggle.com/adityendrapba2021/face-counting-challenge | |
| https://learning.oreilly.com/videos/deep-learning-with/9781617294433VE | |
| https://learning.oreilly.com/library/view/python-for-programmers/9780135231364/ch02.xhtml | |
| https://github.com/pdeitel/PythonDataScienceFullThrottle | |
| docker build -t course . ;docker run -it course | |
| https://github.com/apache/incubator-mxnet | |
| https://sundog-education.com/aws-certified-machine-learning-course-materials/ | |
| http://media.sundog-soft.com/AWSMachineLearning/AWSMachineLearning.zip | |
| https://sundog-education.com/aws-certified-machine-learning-course-materials/ | |
| https://github.com/microsoft/azure-percept-advanced-development/tree/main/machine-learning-notebooks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java -Xms64m -Xmx64m -jar target/demo-0.0.1-SNAPSHOT.jar | |
| For example, to set the heap size for our application to be of size 2GB we would add -Xms2g -Xmx2g to | |
| our application startup parameters. In most cases, I would also set them to the same value to avoid | |
| heap resizing and in addition to that I would add the -XX:+AlwaysPreTouch flag as well | |
| to load the memory pages into memory at the start of the application. | |
| https://sematext.com/blog/java-garbage-collection-tuning/ | |
| http://khaidoan.wikidot.com/java-performance-tuning |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Store gateway application */ | |
| application { | |
| config { | |
| baseName store | |
| applicationType gateway | |
| packageName com.mycompany.store | |
| serviceDiscoveryType eureka | |
| authenticationType jwt | |
| prodDatabaseType mysql | |
| cacheProvider hazelcast |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| description = "Builder containing: Java (jdk,jre) and Spring boot buildpacks" | |
| [[buildpacks]] | |
| id = "paketo-buildpacks/adopt-openjdk" | |
| version = "v2.2.1" | |
| #uri = "paketo/adopt-openjdk" | |
| image = "gcr.io/paketo-buildpacks/adopt-openjdk" | |
| [[buildpacks]] | |
| id = "paketo-buildpacks/spring-boot" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/paketo-buildpacks/build-common | |
| https://github.com/paketo-buildpacks/java/blob/master/buildpack.toml#L23-L48 | |
| https://github.com/paketo-buildpacks/java/blob/master/package.toml | |
| https://github.com/projectriff/builder/blob/2b7fa331679cc28ba0dcc9485211766f7b9e1f27/builder.toml | |
| pack build --builder svennela/cnb-java-builder demo --env-file myenv.conf -v | |
| pack build --builder nodejs-pack:v1 myapp-nodejs --env-file myenv.conf -v |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -k "https://admin:admin@localhost:9200/_cluster/settings?include_defaults=true" | |
| curl -XGET "https://localhost:9200/_cat/plugins?v" -u admin:admin --insecure | |
| https://medium.com/@TimvanBaarsen/how-to-run-an-elasticsearch-7-x-single-node-cluster-for-local-development-using-docker-compose-2b7ab73d8b82 | |
| https://markheath.net/post/exploring-elasticsearch-with-docker | |
| https://github.com/maxyermayank/docker-compose-elasticsearch-kibana |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://wiki.ros.org/ | |
| https://www.linux.com/topic/embedded-iot/ros-open-source-robotics-platform-linux/ | |
| https://www.toptal.com/robotics/introduction-to-robot-operating-system | |
| https://github.com/ros/ros | |
| http://file.ncnynl.com/ros/ros_by_example_v1_indigo.pdf |
NewerOlder