2019-11-07
All microservices-related tf codes are in one single repository
- Mercari JP and US are separated (but thinking to merge in the future)
- We have different repository for
catatsuy メルカリSRE
mercari.go #11 - connpass https://mercari.connpass.com/event/148913/
これは私が支援先に提供した、1 on 1 に関するノウハウや、思いを述べたドキュメントを元にしています。企業の枠を超えて共有したいことが多いので、ここに貼ります。
更新: | 2021-05-23 |
---|---|
作者: | @voluntas |
バージョン: | 2021.1 |
URL: | https://voluntas.github.io/ |
<details> | |
<summary>押してみそ?</summary> | |
な? | |
```pl | |
use strict; | |
``` | |
どう? | |
</details> |
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
# use lib "."; # Module search path | |
use File::Basename qw/basename dirname/; | |
use Pod::Usage; | |
use Getopt::Long qw(:config posix_default no_ignore_case gnu_compat); |
# https://github.com/GoogleCloudPlatform/gcsfuse | |
[Unit] | |
Description=Google Cloud Storage FUSE mounter | |
After=local-fs.target network-online.target google.service sys-fs-fuse-connections.mount | |
Before=shutdown.target | |
[Service] | |
Type=forking | |
User=apache |
クラスタ上のリソース管理・スケジューリングを行うクラスタ管理システム。Mesosを利用することで、HadoopやMPIといった複数のクラスタコンピューティングフレームワーク間で、粒度の高いリソース共有が可能になる。これにより、クラスタのリソース利用効率が上がり、巨大なデータセットを複数フレームワークで共有することができる。また、複数フレームワークがリソースを共有できることで、開発者は汎用的なフレームワークではなく、特定の問題領域に特化したフレームワークを自由に開発・動作させることができる。従って、フレームワークの成長が加速し、各問題領域に対してより良いサポートを提供できるようになる。
![mesos-arch]
Why Uber Engineering Switched from Postgres to MySQL - Uber Engineering Blog のまとめ
Posgresqlだと