Browse Source

list

master
zeus 3 years ago
parent
commit
c32732c46f
  1. 116
      tech-list/modules/ROOT/pages/index.adoc

116
tech-list/modules/ROOT/pages/index.adoc

@ -8,13 +8,13 @@ image::ROOT:swarmlab.png[swarmlab,150,float=right]
https://www.cloudbees.com/blog/why-dockero[Why Docker^] https://www.cloudbees.com/blog/why-dockero[Why Docker^]
== Intro docker == Intro docker
https://www.compose-spec.io/[docker-compose^] https://www.compose-spec.io/[docker-compose^]
https://github.com/veggiemonk/awesome-docker[github docker-compose^] https://github.com/veggiemonk/awesome-docker[github docker-compose^]
https://twitter.com/awesome_docker[github awesome docker] https://twitter.com/awesome_docker[github awesome docker]
=== Learn to build and deploy your distributed applications easily to the cloud with Docker === Learn to build and deploy your distributed applications easily to the cloud with Docker
https://docker-curriculum.com/[HowTo] https://docker-curriculum.com/[HowTo]
== Next Step DockerSwarm == Next Step DockerSwarm
@ -24,25 +24,25 @@ TIP: DockerSwarm
video::Tm0Q5zr3FL4[youtube, start=0] video::Tm0Q5zr3FL4[youtube, start=0]
**** ****
https://www.simplilearn.com/tutorials/docker-tutorial/docker-swarm[docker-swarm tutorial^] https://www.simplilearn.com/tutorials/docker-tutorial/docker-swarm[docker-swarm tutorial^]
=== Getting started with swarm - official from docker === Getting started with swarm - official from docker
https://docs.docker.com/engine/swarm/swarm-tutorial/https://k21academy.com/docker-kubernetes/docker-swarm/[docker-swarm^] https://docs.docker.com/engine/swarm/swarm-tutorial/https://k21academy.com/docker-kubernetes/docker-swarm/[docker-swarm^]
=== Replicability, use the same files as when developing locally. === Replicability, use the same files as when developing locally.
https://dockerswarm.rocks/[dockerswarm.rocks^] https://dockerswarm.rocks/[dockerswarm.rocks^]
=== Open Source Cloud Guide από την IBM === Open Source Cloud Guide από την IBM
https://open-cloud-guide.dev/[open-cloud huide^] https://open-cloud-guide.dev/[open-cloud huide^]
=== Alternatives === Alternatives
https://www.nomadproject.io/[monad^] https://www.nomadproject.io/[monad^]
https://dev.to/stevenmcgown/kubernetes-for-dummies-5hmh[kubernetes^] https://dev.to/stevenmcgown/kubernetes-for-dummies-5hmh[kubernetes^]
=== Raft consensus in swarm mode === Raft consensus in swarm mode
https://docs.docker.com/engine/swarm/raft/[raft^] https://docs.docker.com/engine/swarm/raft/[raft^]
https://raft.github.io/[raft github^] https://raft.github.io/[raft github^]
http://thesecretlivesofdata.com/raft/[raft demo^] http://thesecretlivesofdata.com/raft/[raft demo^]
== Next Step Storage == Next Step Storage
@ -53,22 +53,22 @@ video::W2Z7fbCLSTw[youtube, start=0]
**** ****
=== Generic === Generic
https://docs.mongodb.com/manual/replication/[Mongo replica^] https://docs.mongodb.com/manual/replication/[Mongo replica^]
https://docs.mongodb.com/manual/core/capped-collections/[mongo capped^] https://docs.mongodb.com/manual/core/capped-collections/[mongo capped^]
=== On memory === On memory
https://redis.io/topics/cluster-tutorial[Redis cluster^] https://redis.io/topics/cluster-tutorial[Redis cluster^]
https://redis.io/[redis server^] https://redis.io/[redis server^]
https://www.instaclustr.com/blog/redis-vs-memcached/[redis vs memcached^] https://www.instaclustr.com/blog/redis-vs-memcached/[redis vs memcached^]
=== Sharing === Sharing
==== NFS ==== NFS
https://cloud.netapp.com/blog/azure-anf-blg-linux-nfs-server-how-to-set-up-server-and-client[NFS^] https://cloud.netapp.com/blog/azure-anf-blg-linux-nfs-server-how-to-set-up-server-and-client[NFS^]
https://www.gluster.org/[GlusterFS^] https://www.gluster.org/[GlusterFS^]
== Deploy == Deploy
https://www.compose-spec.io/[docker-compose^] https://www.compose-spec.io/[docker-compose^]
**** ****
TIP: Deploy TIP: Deploy
@ -76,47 +76,74 @@ TIP: Deploy
video::zLltQxVb3NI[youtube, start=0] video::zLltQxVb3NI[youtube, start=0]
**** ****
https://12factor.net/[12factor^] https://12factor.net/[12factor^]
== Technologies == Technologies
=== programming language === programming language
==== nodeJS ==== nodeJS
https://www.youtube.com/watch?v=ENrzD9HAZK4 ****
https://nodejs.org/en/ TIP: NodeJS
https://p5js.org/
https://threejs.org/ video::ENrzD9HAZK4[youtube, start=0]
****
https://nodejs.org/en/[nodeJS^]
https://p5js.org/[p5js^]
https://threejs.org/[threejs^]
==== python ==== python
https://www.python.org/ https://www.python.org/[python^]
=== Big data and Scientific analysis === Big data and Scientific analysis
https://numpy.org/
https://scipy.org/ https://numpy.org/[numpy^]
https://jupyter.org/
https://scipy.org/[scipy^]
https://jupyter.org/[jupyter^]
=== Rest API === Rest API
https://www.youtube.com/watch?v=s7wmiS2mSXY ****
TIP: Rest api
video::s7wmiS2mSXY[youtube, start=0]
****
=== Sockets === Sockets
https://www.youtube.com/watch?v=ZBM28ZPlin8 ****
https://socket.io/ TIP: Sockets
video::ZBM28ZPlin8[youtube, start=0]
****
https://socket.io/[socket.io^]
== Auth == Auth
https://oauth.net/2/
https://oauth.net/code/nodejs/ https://oauth.net/2/[auth2^]
https://oauth.net/code/nodejs/[Nodejs auth library^]
=== Auth server === Auth server
https://www.keycloak.org/
https://www.keycloak.org/[auth2 server^]
== Security VPN etc == Security VPN etc
https://www.wireguard.com/ https://www.wireguard.com/[simply the best VPN out there^]
== POC == POC
=== netflix === netflix
https://www.youtube.com/watch?v=CZ3wIuvmHeM ****
TIP: Netflix
video::CZ3wIuvmHeM[youtube, start=0]
****
6:50 monolithic 6:50 monolithic
@ -126,13 +153,16 @@ video::zLltQxVb3NI[youtube, start=0]
see also 37:00 see also 37:00
https://netflix.github.io/ https://netflix.github.io/[netflix github^]
=== Robots and IoT === Robots and IoT
https://nodebots.io/ https://nodebots.io/[nodebot^]
http://johnny-five.io/
https://ardupilot.org/ http://johnny-five.io/[johny-five^]
https://github.com/ArduPilot/ardupilot
https://ardupilot.org/[eduplot^]
https://github.com/ArduPilot/ardupilot[ardupilot^]

Loading…
Cancel
Save