『ご注文は監視自動化ですか?』
Serf と Consul を使って運用を楽しくする話
Serf とか Consul とか聞くけど、イマイチわからん!という疑問はありませんか。
どのような働きをするのかや、使いどころを、皆さんと共有したいなと思っています。
1. はじめに
2. 基本編
・ Serf
・ Consul
・ envconsul
3. 実践編
・ API 連携
4. まとめ
July Tech Festa 2014
June 22, 2014, @ AITT Shinagawa, Tokyo, Japan
#techfesta #jtf2014
IoT Devices Compliant with JC-STAR Using Linux as a Container OSTomohiro Saneyoshi
Security requirements for IoT devices are becoming more defined, as seen with the EU Cyber Resilience Act and Japan’s JC-STAR.
It's common for IoT devices to run Linux as their operating system. However, adopting general-purpose Linux distributions like Ubuntu or Debian, or Yocto-based Linux, presents certain difficulties. This article outlines those difficulties.
It also, it highlights the security benefits of using a Linux-based container OS and explains how to adopt it with JC-STAR, using the "Armadillo Base OS" as an example.
Feb.25.2025@JAWS-UG IoT
22. Padrino
●
“Sinatraの哲学の上に”、Sinatraを拡張し、楽
しく開発できるようにしたフレームワーク
The goal for this framework is to match the essence of Sinatra and make it
suitable for increasingly complex applications that require the use of forms,
mail delivery, localization, helpers, caching, etc…
For our team, coding is an art form and Sinatra best enables this concept
because of these core principles:
* Clean
* Compact
* Fast
* Creative
* Concise
The Padrino framework is the perfect solution for your small projects as
well as for your larger project requirements!
60. Yet Another Extending
●
plugin 機構がある
●
The Plugin Generator allows you to create Padrino projects based on a template file that
contains all the necessary actions needed to create the project. Plugins can also be
● executed within an existing Padrino application. The plugin generator provides a simple
DSL in addition with leveraging Thor to make generating projects a breeze!
●
Generator の内部DSLと同じものを使っている
っぽい。padrino-recipeというところでいくつ
かレシピが公開されている
https://github.com/padrino/padrino-recipes/tree/master/plugins
Pull request welcome!