Skip to content

Commit 785bae6

Browse files
authored
removes non dataset related files (#69)
1 parent a4ae360 commit 785bae6

File tree

151 files changed

+1
-1299954
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+1
-1299954
lines changed

README.md

Lines changed: 1 addition & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1 @@
1-
# ArangoDB Interactive Tutorials
2-
3-
![ArangoDB-Logo](https://www.arangodb.com/docs/assets/arangodb_logo_2016_inverted.png)
4-
5-
Here you will find tutorials and interactive notebooks for ArangoDB features. These notebooks allow you to learn about ArangoDB concepts and features without the need to install or sign up for anything. Each notebook uses a free temporary tutorial database that lets you focus on all the cool things ArangoDB has to offer.
6-
7-
## Learn
8-
There are a few sections for getting started with Interactive Tutorials:
9-
* [Machine Learning](#machine-learning): Links to the various ArangoDB machine learning projects and learning content.
10-
* [ArangoDB](#arangodb): The interactive tutorials maintained in this repo that cover all aspects of ArangoDB.
11-
* [Community Notebooks](#community-notebooks): Amazing submissions from the community!
12-
* [Workshop Repositories](#workshop-repositories): Links to the repositories associated with ArangoDB workshops.
13-
* [Feedback](#feedback): Feel free to leave us feedback.
14-
* [Contribute](#contribute): Learn how to contribute your own learning content.
15-
16-
17-
### Machine Learning
18-
In addition to the notebooks listed in the following section, we have example machine learning notebooks with [ArangoML](https://github.com/arangoml), including:
19-
* [ArangoML Pipeline](https://github.com/arangoml/arangopipe/tree/master/examples)
20-
* [ArangoDB NetworkX Adapter](https://github.com/arangoml/networkx-adapter/tree/master/examples)
21-
* [Getting Started Notebook](https://github.com/arangoml/networkx-adapter/tree/master/examples/ArangoDB_NetworkxAdapter.ipynb)
22-
23-
24-
### ArangoDB
25-
These notebooks are interactive and take the hands-on learning approach, so feel free to play around and change things. Each notebook provides an intoduction to its covered topics along with the ability to immediately see it in action.
26-
27-
Most notebooks were developed with Google Colab in mind and many have an [![](https://colab.research.google.com/assets/colab-badge.svg)](#) button.
28-
29-
The following links will open the notebooks directly in Google Colab, the source files are located in [the notebooks folder](https://github.com/arangodb/interactive_tutorials/tree/master/notebooks).
30-
* [AQL CRUD Part 1](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/AqlCrudTutorial.ipynb)
31-
* [AQL CRUD Part 2](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/AqlPart2Tutorial.ipynb)
32-
* [AQL Joins](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/AqlJoinTutorial.ipynb)
33-
* [AQL Graph Traversal](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/AqlTraversalTutorial.ipynb)
34-
* [AQL Geospatial](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/AqlGeospatialTutorial.ipynb)
35-
* [ArangoBnB Data Preparation](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/ArangoBnB_simple_data_exploration.ipynb)
36-
* [ArangoSearch](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/ArangoSearch.ipynb)
37-
* [ArangoSearch Part 2: Advanced Graph Traversal](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/ArangoSearchOnGraphs.ipynb)
38-
* [Best Practices Guide](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/BestPractices.ipynb)
39-
* [Collaborative Filtering](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/Collaborative_Filtering.ipynb)
40-
* [Comprehensive GraphSage Guide with PyTorchGeometric and Amazon Product Recommendation Dataset](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/Comprehensive_GraphSage_Guide_with_PyTorchGeometric.ipynb)
41-
* [Entity Resolution](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/EntityResolution.ipynb)
42-
* [Fuzzy Search](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/FuzzySearch.ipynb)
43-
* [Game of Thrones AQL Tutorial](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/ArangoDB_GOT_Tutorial.ipynb)
44-
* [Graph Analytics: Retail Part 1 - Data Exploration](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/Graph_Retail_EDA_I.ipynb)
45-
* [Graph Analytics: Retail Part 2 - Feature Selection & RFM](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/Graph_Retail_EDA_II.ipynb)
46-
* [Graph Analytics: Retail Part 3 - Descriptive Analytics](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/Graph_Retail_DA_I.ipynb)
47-
* [Graph Analytics: Retail Part 4 - Descriptive Analytics, continued](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/Graph_Retail_DA_II.ipynb)
48-
* [Graph Embeddings](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/Graph_Embeddings.ipynb)
49-
* [Graph Visualization using Graphistry](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/ArangoDB_Graphistry_Visualization.ipynb)
50-
* [NetworkX IMDB Graph Analytics](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/ArangoDB_NetworkX_Interface_Introduction.ipynb)
51-
* [Pregel Introduction](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/Pregel.ipynb)
52-
* [R Language with ArangoDB](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/R_ArangoDB_Managed_Service_Notebook.ipynb)
53-
* [SatelliteGraphs](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/SatelliteGraphs.ipynb)
54-
* [Schema Validation](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/Schema_Validation.ipynb)
55-
* [Upsert](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/Upsert.ipynb)
56-
* [Window - Time Series Aggregation](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/Window.ipynb)
57-
* [Word Embeddings](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/WordEmbeddings.ipynb)
58-
59-
### Community Notebooks
60-
If you have a use case you would like to show off or even a quick tutorial for an ArangoDB feature, this would be very helpful to the ArangoDB community. It's easy to get started with our [Template.ipynb](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/Template.ipynb), which shows you how to use the tutorial endpoint in your notebooks. When ready, open a PR with your submission, and we will add it to the list, share it with the community, and be eternally grateful.
61-
62-
**Notebooks**:
63-
* [Criando e analisando dados com AQL](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/community_notebooks/BD_g01_ArangoDB.ipynb) - Submitted by [janiosl](https://github.com/janiosl)
64-
65-
### Workshop Repositories
66-
The following is a list of workshops given that cover topics related to ArangoDB.
67-
If you would like to add a workshop that might be interesting to the ArangoDB community, please add it to the list and open a pull request.
68-
69-
* [Graph Powered Machine Learning](https://github.com/joerg84/Graph_Powered_ML_Workshop)
70-
* [NVIDIA Triton meets ArangoDB](https://github.com/sachinsharma9780/AI-Enterprise-Workshop-Building-ML-Pipelines)
71-
72-
### Feedback
73-
Do you have some topics you would like to see a notebook for? Well, read on to the contribute section for details on how to submit a notebook of your own.
74-
75-
You can also always drop us a line at [learn@arangodb.com](mailto:learn@arangodb.com) or join us on our [community Slack channel](https://arangodb-community.slack.com/).
76-
77-
## Contribute
78-
79-
Do you have a great idea for a notebook?
80-
81-
Did you see something you think could be better?
82-
83-
Have a cool project that uses ArangoDB that you would like to share with the community?
84-
85-
**Notebooks**
86-
87-
Make a notebook of your own!
88-
89-
We have provided a template that will help you quickly get started creating a notebook that can also generate a temporary database for fellow learners.
90-
91-
Just open up the [Template.ipynb](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/Template.ipynb) file to learn more about what it takes to get started or you can use the [Template_basic.ipynb](https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/Template_basic.ipynb) file to get a simple notebook with only the connection code done for you.
92-
93-
Once your notebook is ready for the world to see, you can place it in the [community_notebooks](https://github.com/arangodb/interactive_tutorials/tree/master/community_notebooks) folder and create a pull request.
94-
95-
**Workshops**
96-
97-
If you have a workshop repository that you would like added to the list, add it to the Workshop Repositories section and open a pull request.
98-
99-
**Something Else?**
100-
101-
Open an issue or pull request with your suggestion. You can also drop us a line at learn@arangodb.com or join us on our community Slack channel.
1+
This branch contains data for the ArangoML movie recommendation demo project.

0 commit comments

Comments
 (0)