|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="{{ page.lang | default: site.lang | default: "en" }}"> |
| 3 | + {% include head.html %} |
| 4 | + <style type="text/css"> |
| 5 | + h2.text { |
| 6 | + color: #484848; |
| 7 | + } |
| 8 | + p.text { |
| 9 | + color: #484848; |
| 10 | + font-size: 1.2em; |
| 11 | + } |
| 12 | + .masthead.segment { |
| 13 | + min-height: 300px; |
| 14 | + padding: 1em 0em; |
| 15 | + } |
| 16 | + .masthead .logo.item img { |
| 17 | + margin-right: 1em; |
| 18 | + } |
| 19 | + .masthead .ui.menu .ui.button { |
| 20 | + margin-left: 0.5em; |
| 21 | + } |
| 22 | + .masthead h1.ui.header { |
| 23 | + margin-top: 1.5em; |
| 24 | + margin-bottom: 0em; |
| 25 | + font-size: 3em; |
| 26 | + font-weight: normal; |
| 27 | + } |
| 28 | + .masthead h2 { |
| 29 | + font-size: 1.0em; |
| 30 | + font-weight: normal; |
| 31 | + } |
| 32 | + </style> |
| 33 | + <body> |
| 34 | + {% include header.html %} |
| 35 | + <div class="pusher"> |
| 36 | + <div class="ui inverted vertical masthead center aligned segment"> |
| 37 | + <div class="ui text container"> |
| 38 | + <h1 class="ui inverted header"> |
| 39 | + <img src="/assets/datamotlogolight.svg" /> |
| 40 | + Datamot |
| 41 | + </h1> |
| 42 | + <h2>A JOB DEPLOYER</h2> |
| 43 | + </div> |
| 44 | + </div> |
| 45 | + </div> |
| 46 | + <div class="ui centered grid" style="margin-top: 2em; margin-bottom: 1em;"> |
| 47 | + <div class="three wide column"> |
| 48 | + <h2 class="text">Easy way to production</h2> |
| 49 | + <p class="text"> |
| 50 | + Datamot helps you to deploy your hadoop batch jobs without pain. It solves infrustructural |
| 51 | + and configuration issues. Concentrate on your code not on infrustructure. |
| 52 | + </p> |
| 53 | + </div> |
| 54 | + <div class="three wide column"> |
| 55 | + <h2 class="text">Structure your code</h2> |
| 56 | + <p class="text"> |
| 57 | + Deploy your daily code to production without significant changes. Using variables |
| 58 | + you can deploy your jupyter code with only small changes to hadoop production cluster. |
| 59 | + </p> |
| 60 | + </div> |
| 61 | + <div class="three wide column"> |
| 62 | + <h2 class="text">Quickly test your ideas in scale</h2> |
| 63 | + <p class="text"> |
| 64 | + Use profiles to quickly run your sketch code on a cluster. Just change a profile |
| 65 | + to deploy tested code in production mode. |
| 66 | + </p> |
| 67 | + </div> |
| 68 | + </div> |
| 69 | + <div class="ui centered grid"> |
| 70 | + <div class="four wide column"> |
| 71 | + <a href="/assets/screenshots/coordinator.png"> |
| 72 | + <div class="ui segment"> |
| 73 | + <img class="ui fluid image" src="/assets/screenshots/coordinator.png" /> |
| 74 | + </div> |
| 75 | + </a> |
| 76 | + </div> |
| 77 | + <div class="four wide column"> |
| 78 | + <a href="/assets/screenshots/dataset.png"> |
| 79 | + <div class="ui segment"> |
| 80 | + <img class="ui fluid image" src="/assets/screenshots/dataset.png" /> |
| 81 | + </div> |
| 82 | + </a> |
| 83 | + </div> |
| 84 | + </div> |
| 85 | + <div class="ui centered grid"> |
| 86 | + <div class="four wide column"> |
| 87 | + <a href="/assets/screenshots/deploy.png"> |
| 88 | + <div class="ui segment"> |
| 89 | + <img class="ui fluid image" src="/assets/screenshots/deploy.png" /> |
| 90 | + </div> |
| 91 | + </a> |
| 92 | + </div> |
| 93 | + <div class="four wide column"> |
| 94 | + <a href="/assets/screenshots/schedule.png"> |
| 95 | + <div class="ui segment compact"> |
| 96 | + <img class="ui fluid image" src="/assets/screenshots/schedule.png" /> |
| 97 | + </div> |
| 98 | + </a> |
| 99 | + </div> |
| 100 | + </div> |
| 101 | + <div class="ui centered grid" style="margin-top: 2em; margin-bottom: 1em;"> |
| 102 | + <div class="nine wide column"> |
| 103 | + <h3 class="ui header">Import data to HDFS</h3> |
| 104 | + <script src="https://gist.github.com/sherzodv/996fd101dc3ef7ac0c9a8f5131033645.js"></script> |
| 105 | + </div> |
| 106 | + <div class="nine wide column"> |
| 107 | + <h3 class="ui header">Import data to HDFS</h3> |
| 108 | + <script src="https://gist.github.com/sherzodv/996fd101dc3ef7ac0c9a8f5131033645.js"></script> |
| 109 | + </div> |
| 110 | + </div> |
| 111 | + {% include footer.html %} |
| 112 | + </body> |
| 113 | +</html> |
0 commit comments