Skip to content

neelp-git/experiments

Repository files navigation

Notebooks

This area is for Jupyter notebooks in .ipynb format. Python and Java notebooks are currently supported by the kernel.

All Notebooks View All Launch in Binder
  Aerospike Notebooks Readme/Tips View Launch
Java Notebooks View All Launch in Binder
  Aerospike Hello World! View Launch
  Document Data Modeling Using List Order View Launch
  Aerospike Java Client – Reading and Updating Lists View Launch
  Aerospike Java Client – Reading and Updating Maps View Launch
  Look-Aside Cache for MobgoDB View Launch
  Aerospike Query and UDF View Launch
Python Notebooks View All Launch in Binder
  Aerospike Basic Operations View Launch
  Aerospike Hello World! View Launch
  Local Cache View Launch
  Look-Aside Cache for MongoDB View Launch
  Aerospike Queries in Python¶ View Launch
  Aerospike Notebooks Readme/Tips View Launch
  Implementing Read-Write Transactions with R-M-W Pattern View Launch
Spark Notebooks View All
  Aerospike Connect for Spark Tutorial for Python View Launch
  Aerospike Spark Connector Tutorial for Scala View
  Feature Store - Feature Engineering View Launch
  Feature Store - Model Training View Launch
  Feature Store - Model Serving View Launch

Run Notebooks in Docker Container

  1. Install Docker.

  2. Git clone image repo: git clone https://github.com/neelp-git/experiments.git

  3. cd to "experiments" and build from Dockerfile: docker build -t aerospike/intro-notebooks .

  4. Run the image and expose port 8888: docker run --name aero-nb -p 8888:8888 aerospike/intro-notebooks

  5. Point your browser at the url with token which should be printed on the output. By default it should be: http://127.0.0.1:8888/?token=

About

Jupyter notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published