skip to Main Content

When usage with Ansible Handlers – Mysql

having an ansible playbook that will run on all hosts including Debian based & RedHat based servers this will install mariadb on RHEL based servers only doing some configuration changes, start the service once the service started handlers are used…

VIEW QUESTION

Split large JSON file into smaller files

I have a need to split very large json file (20GB) into multiple smaller json files (Say threshold is 100 MB). The Example file layout looks like this. file.json [{"name":"Joe", "Place":"Denver", "phone_number":["980283", "980284", "980285"]},{"name":"kruger", "Place":"boston", "phone_number":["980281", "980282", "980283"]},{"name":"Dan", "Place":"Texas","phone_number":["980286", "980287",…

VIEW QUESTION
Back To Top
Search