Skip to content

Commit

Permalink
New Sample and Release (#116)
Browse files Browse the repository at this point in the history
* Updated tests

* update tutorial

* updated notebook

* update sample notebook and version metadata
  • Loading branch information
alvaradoo authored Apr 23, 2024
1 parent 80a993b commit 30d8045
Show file tree
Hide file tree
Showing 5 changed files with 1,136 additions and 99 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is an external repository to build functionality for [Arkouda](https://gith
## Installing Prerequisites
We recommend following the installation instructions provided by the Arkouda development team. Most specifically, follow the [Prerequisites](https://github.com/Bears-R-Us/arkouda?tab=readme-ov-file#prerequisites-toc) section in its entirety, and only the [Dependency Configuration](https://github.com/Bears-R-Us/arkouda/blob/master/pydoc/setup/BUILD.md#building-the-server) section of the build instructions. The installation steps usually involve the following:

1. Download [Arkouda](https://github.com/Bears-R-Us/arkouda). **Use Arkouda version v2024.03.18.** A specified version can be selected for download by clicking on `Releases` in the main repository for Arkouda.
1. Download [Arkouda](https://github.com/Bears-R-Us/arkouda). **Use Arkouda version v2024.04.19.** A specified version can be selected for download by clicking on `Releases` in the main repository for Arkouda.
2. Install dependencies with `Anaconda`. An environment containing all dependencies can be installed from `arkouda-env.yml` or `arkouda-env-dev.yml` within your Arkouda home directory.
3. Download and build [Chapel](https://chapel-lang.org/download.html). **Use Chapel versions 1.33.0.**
4. [Configure your dependencies](https://github.com/Bears-R-Us/arkouda/blob/master/pydoc/setup/BUILD.md#dependency-configuration). This involves creating (or modifying) the `Makefile.paths` within your Arkouda home directory.
Expand Down
2 changes: 1 addition & 1 deletion arachne/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python3 module_configuration.py --ak_loc=/complete/path/to/arkouda/ --pkg_path=/
```

## Usage
To see an example on how to run and use Arachne, please use `arkouda-njit/arachne/arachne_sample.ipynb` to build a random property graph and run queries. This assumes that you have started an Arkouda server using `./arkouda_server` in the Arkouda home directory.
To see an example on how to run and use Arachne, please use `arkouda-njit/arachne/arachne_sample.ipynb`. This assumes that you have started an Arkouda server using `./arkouda_server` in the Arkouda home directory.

## Testing
The Arachne tests are executed from the arkouda-njit/arachne directory by running the `pytest` command.
Loading

0 comments on commit 30d8045

Please sign in to comment.