62%
11.02.2016
).
Listing 8
DIY Partitioning
> CREATE TABLE logins (tx timestamp, ip_adress, ...);
> CREATE TABLE logins_201509 (CHECK (tx >= '2015-09-01' AND tx < '2015-10-01')) INHERITS (logins);
> CREATE TABLE
62%
13.12.2018
], and MongoDB 3.6 [3]. If not already present, installing Java (as root or using sudo) before Elasticsearch and MongoDB is recommended:
yum install java-1.8.0-openjdk-headless.x86_64
You should remain root
61%
09.04.2019
.terraform.io/docs/providers/aws/r/guardduty_member.html
Remote state in Terraform: https://medium.com/@itsmattburgess/why-you-should-be-using-remote-state-in-terraform-2fe5d0f830e8
Terragrunt: https://github.com/gruntwork-io/terragrunt
RFC 1918, "Address
61%
18.02.2018
introductory video: https://www.youtube.com/watch?v=mZ5H8sn_2ZI
AWS price structure: https://aws.amazon.com/pricing/services/
AWS Free Tier: https://aws.amazon.com/free/
AWS Management Console: https://aws.amazon.com
61%
20.02.2012
, Failed
2012-01-09 20:49:17, 8108, 414.12, 4, 0.78, 19.58, 0.01, 15.18, 8175, 72
2012-01-09 20:49:30, 68, 2.38, 0, 0.45, 28
61%
04.08.2020
-slim[build]: info=image id=sha256:231d40e811cd970168fb0c4770f2161aa30b9ba6fe8e68527504df69643aa145 size.bytes=126323486 size.human=126 MB
docker-slim[build]: info=image.stack index=0 name='nginx:latest' id='sha256
61%
01.08.2019
-depth explanation is beyond the scope of this article focused on high-performance Python, but you can read more about decorators online [8].
Numba uses decorators to extend the functions to be compiled by the JIT
61%
06.10.2019
is well.
Listing 4
A Working Nginx Container
01 $ curl http://10.88.0.3:80
02
03
04
05
06
Welcome to nginx!
07