Sign inSign up

aerospike/intro-notebooks

By aerospike

Updated almost 3 years ago

Image
0

4.6K

aerospike/intro-notebooks repository overview

Aerospike

Aerospike is an open source distributed database. Aerospike is built on a "shared nothing" architecture designed to reliably stores terabytes of data with automatic fail-over, replication and cross data-center synchronization.

Documentation for Aerospike is available at http://aerospike.com/docs, and Docker Desktop installation at : https://docs.docker.com/desktop/

Using this Image

  1. Install Docker.

  2. Pull the docker image :

docker pull aerospike/intro-notebooks
  1. Run the image and expose port 8888 :
docker run --name aero-nb -p 8888:8888 aerospike/intro-notebooks
  1. The url with token should be printed on the output. By default it should be
http://127.0.0.1:8888/?token=<token>
  1. Example run with URL:
$ docker run --name aero-nb -p 8888:8888 aerospike/intro-notebooks
link eth0 state up
link eth0 state up in 0
Set username to: jovyan
usermod: no changes
Executing the command: jupyter notebook
[I 05:28:34.202 NotebookApp] Writing notebook server cookie secret to /home/jovyan/.local/share/jupyter/runtime/notebook_cookie_secret
[I 05:28:34.954 NotebookApp] JupyterLab extension loaded from /opt/conda/lib/python3.8/site-packages/jupyterlab
[I 05:28:34.954 NotebookApp] JupyterLab application directory is /opt/conda/share/jupyter/lab
[I 05:28:34.957 NotebookApp] Serving notebooks from local directory: /home/jovyan/notebooks
[I 05:28:34.957 NotebookApp] Jupyter Notebook 6.1.4 is running at:
[I 05:28:34.957 NotebookApp] http://6a374afd9f00:8888/?token=c45783e6631e305c97f6919905250e61f09049e750813cf6
[I 05:28:34.957 NotebookApp]  or http://127.0.0.1:8888/?token=c45783e6631e305c97f6919905250e61f09049e750813cf6
[I 05:28:34.957 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

License

Download and use of this Aerospike software is governed by Aerospike Evaluation License Agreement.

Tag summary

Content type

Image

Digest

sha256:1936fd4d6

Size

1.3 GB

Last updated

almost 3 years ago

docker pull aerospike/intro-notebooks