alnoda-workspaces/README.md

137 lines
5.1 KiB
Markdown
Raw Normal View History

2022-03-04 10:56:09 +13:00
<!-- <p align="center">
2022-02-02 03:56:02 +13:00
<img src="https://github.com/bluxmit/alnoda-workspaces/blob/main/img/Alnoda-white.svg" alt="Alnoda logo" width="150">
2022-03-04 10:56:09 +13:00
</p> -->
<p align="center">
2022-03-04 11:00:08 +13:00
<img src="https://github.com/bluxmit/alnoda-workspaces/blob/main/img/ukraine-flag.png" alt="Ukraine" width="150">
2022-02-02 03:52:18 +13:00
</p>
2021-07-31 00:18:29 +12:00
2022-02-02 05:20:55 +13:00
# Workspaces in docker
2022-02-02 03:52:18 +13:00
Workspace is a single docker image with a number of applications and tools for specific task,
such as Python development or Postgres management.
2021-07-31 00:18:29 +12:00
2021-09-13 22:30:50 +12:00
<div align="center" style="font-style: italic;">
2021-09-18 03:34:55 +12:00
Demo: Ansible-Terraform workspace
2021-09-13 22:30:50 +12:00
</div>
2021-07-31 00:18:29 +12:00
<p align="center">
2021-09-18 03:34:55 +12:00
<img src="https://raw.githubusercontent.com/bluxmit/alnoda-workspaces/main/workspaces/ansible-terraform-workspace/img/ansible-terraform-wid.gif" alt="Htop" width="900">
2021-09-13 22:30:50 +12:00
</p>
2021-07-31 00:18:29 +12:00
2022-02-02 03:59:09 +13:00
> If you like this project, please support it by simply putting a Github star and sharing with friends on Twitter.
2022-02-02 03:52:18 +13:00
### Contents
2021-07-31 00:18:29 +12:00
2022-02-02 03:52:18 +13:00
* [List of workspaces](#list-of-workspaces)
* [Why workspace In Docker](#why-workspace-in-docker)
* [Contribution](#contribution)
2021-09-18 20:51:26 +12:00
2022-02-02 03:52:18 +13:00
## List of workspaces
2021-09-18 20:51:26 +12:00
### [`Workspace-in-docker`](./workspaces/workspace-in-docker/README.md)
2022-02-02 05:50:36 +13:00
General-purpose dockerized development environment. Fully isolated inside a docker container.
Includes code editor, terminal, scheduler and filebrowser.
2021-09-18 20:51:26 +12:00
```
docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/workspace-in-docker
```
### [`Codeserver-Workspace`](./workspaces/codeserver-workspace/README.md)
2022-02-02 05:50:36 +13:00
An alternative workspace to the workspace-in-docker but with [Codeserver](https://github.com/cdr/code-server).
2021-09-18 20:51:26 +12:00
```
docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/codeserver-workspace
```
2021-07-31 00:18:29 +12:00
### [`Python-Workspace`](./workspaces/python-workspace/README.md)
2022-02-02 05:50:36 +13:00
General purpose python development environment with a focus on
linting, testing, auto-documentation, performance and profiling.
2021-09-18 20:51:26 +12:00
```
docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/python-workspace
```
2021-08-02 23:28:05 +12:00
### [`Ansible-Terraform-Workspace`](./workspaces/ansible-terraform-workspace/README.md)
2022-02-02 05:50:36 +13:00
Dockerized development environment for [Ansible](https://docs.ansible.com/) and [Terraform](https://www.terraform.io/).
Workspace will help to create and manage infrastructures; visualize planned terraform changes;
display ansible hosts plays; schedule and observe executions.
2021-09-18 20:51:26 +12:00
```
docker run --name space-1 -d -p 8020-8035:8020-8035 -p 9000:9000 alnoda/ansible-terraform-workspace
```
2021-08-02 23:28:05 +12:00
2022-02-02 03:52:18 +13:00
### [`Postgres-Workspace`](./workspaces/postgres-workspace/README.md)
Great number of tools to manage PostgreSQL database, develop and schedule database scripts and applications.
All in a single docker image.
```
docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/postgres-workspace
```
2022-01-12 05:09:54 +13:00
### [`Redis-Workspace`](./workspaces/redis-workspace/README.md)
2022-02-02 05:50:36 +13:00
Docker image with Redis, Redis Commander and other Redis CLI tools. Can be used to manage cloud Redis deployments,
or as Redis docker image with batteries included for local development.
2022-01-12 05:09:54 +13:00
```
2022-01-12 05:12:56 +13:00
docker run --name rwid-1 -d -p 8020-8035:8020-8035 alnoda/redis-workspace
2022-01-12 05:09:54 +13:00
```
2022-01-13 06:04:26 +13:00
### [`Kafka-Workspace`](./workspaces/kafka-workspace/README.md)
2022-02-02 05:50:36 +13:00
Docker image with Kafka, and many tools to manage Kafka clustters in cloud, improve development experience
or get started with Kafka fast.
2022-01-13 06:04:26 +13:00
```
docker run --name rwid-1 -d -p 8020-8035:8020-8035 alnoda/kafka-workspace
```
2022-01-23 04:01:26 +13:00
### [`Elasticsearch-Workspace`](./workspaces/elasticsearch-workspace/README.md)
2022-02-02 05:50:36 +13:00
A tool to manage Elasticsearch/Opensearch clusters. Schedule backups of Elasticsearch indexes,
migrate to other clusters, export and import Elasticsearch data to S3.
2022-01-23 04:01:26 +13:00
```
docker run --name elawid-1 -d -p 8020-8035:8020-8035 alnoda/elasticsearch-workspace
```
### [`MkDocs-MagicSpace`](./workspaces/mkdocs-magicspace/README.md)
2022-02-02 05:50:36 +13:00
MkDocs-MagicSpace is an all-in-one tool, carefully crafted to make the development of gorgeous documentation
websites like [**this one**](https://mkdocs-magicspace.alnoda.org/) as easy as possible.
2021-08-08 07:17:34 +12:00
2021-09-18 20:51:26 +12:00
```
docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/mkdocs-magicspace
```
2021-09-18 03:34:55 +12:00
2022-03-24 00:31:22 +13:00
### [`SQLite-Workspace`](./workspaces/sqlite-workspace/README.md)
Collection of tools to develop SQLite databases. Useful if you need to create an embedded database for your application,
and fill it with data.
```
docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/sqlite-workspace
```
2022-02-02 03:52:18 +13:00
### [`Ubuntu-workspace`](./workspaces/ubuntu-workspace/README.md)
2022-02-02 05:50:36 +13:00
Docker as a "light-weight Virtual Machine". Get an isolated Ubuntu environment for development, testing or experimentation
that requires less resources than VM.
2021-07-31 00:18:29 +12:00
2022-02-02 03:52:18 +13:00
```
docker run --name space-1 -d -p 8020-8030:8020-8030 alnoda/ubuntu-workspace
```
2021-09-13 22:30:50 +12:00
2022-02-02 03:52:18 +13:00
## Why workspace In Docker
2021-09-13 22:30:50 +12:00
2022-02-02 03:52:18 +13:00
When used locally, workspaces help to isolate development environments and easily switch between projects. Workspaces can be moved between laptops, PCs,
backed up and shared with friends.
2021-07-31 00:18:29 +12:00
2022-02-02 03:52:18 +13:00
When launched on remote server, workspaces can be used to schedule scripts and tasks, such as data ingestion.
2021-07-31 00:18:29 +12:00
2022-02-02 03:52:18 +13:00
When deployed on K8S, workspaces can be used to manage databases, create backups.
2021-08-03 08:44:16 +12:00
2021-07-31 00:18:29 +12:00
2022-02-02 03:52:18 +13:00
## Contribution
2021-07-31 00:18:29 +12:00
2022-02-02 03:52:18 +13:00
Simply create a pull request. It will be welcome.
If you feel you need to discuss first, create an issue.
2021-07-31 00:18:29 +12:00