From 946cde09e4eae94ddc21e3d7c523a978b6e424fc Mon Sep 17 00:00:00 2001 From: jarulraj Date: Sun, 2 Jul 2023 21:52:09 -0400 Subject: [PATCH] updates --- .circleci/config.yml | 12 ++++----- README.md | 22 ++++++++-------- docs/Readme.md | 4 +-- docs/_templates/links.html | 4 +-- docs/conf.py | 2 -- .../eva-arch.png => evadb/evadb-arch.png} | Bin .../eva-banner.png => evadb/evadb-banner.png} | Bin .../eva-logo.png => evadb/evadb-logo.png} | Bin .../eva-slack.png => evadb/evadb-slack.png} | Bin docs/index.rst | 24 +++++++++--------- .../{eva-debug-1.jpg => evadb-debug-1.jpg} | Bin .../{eva-debug-2.jpg => evadb-debug-2.jpg} | Bin docs/source/contribute/index.rst | 18 ++++++------- docs/source/contribute/internals.rst | 2 +- docs/source/contribute/internals/catalog.rst | 2 +- docs/source/overview/concepts.rst | 2 +- docs/source/overview/installation.rst | 2 +- docs/source/reference/evaql/load.rst | 2 +- docs/source/reference/udfs/custom.rst | 4 +-- evadb/README.md | 2 +- evadb/catalog/catalog_manager.md | 3 ++- evadb/executor/ray_utils.py | 2 +- script/formatting/formatter.py | 2 +- script/releasing/releaser.py | 8 +++--- script/test/cleanup.sh | 4 +-- script/test/test_benchmark.sh | 2 +- 26 files changed, 61 insertions(+), 62 deletions(-) rename docs/images/{eva/eva-arch.png => evadb/evadb-arch.png} (100%) rename docs/images/{eva/eva-banner.png => evadb/evadb-banner.png} (100%) rename docs/images/{eva/eva-logo.png => evadb/evadb-logo.png} (100%) rename docs/images/{eva/eva-slack.png => evadb/evadb-slack.png} (100%) rename docs/source/contribute/images/{eva-debug-1.jpg => evadb-debug-1.jpg} (100%) rename docs/source/contribute/images/{eva-debug-2.jpg => evadb-debug-2.jpg} (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8bb81cbfd..1527eba66 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -206,7 +206,7 @@ jobs: steps: - checkout - run: - name: Install EVA package from GitHub repo and run tests + name: Install EvaDB package from GitHub repo and run tests command: | choco install python --version=3.10.8 -y python --version @@ -233,7 +233,7 @@ jobs: pip --version - checkout - run: - name: Install EVA package from GitHub repo and run tests + name: Install EvaDB package from GitHub repo and run tests no_output_timeout: 30m # 30 minute timeout command: | python -m venv test_evadb @@ -251,7 +251,7 @@ jobs: steps: - checkout - run: - name: Install EVA package from PIP and start server + name: Install EvaDB package from PIP and start server command: | pip install --upgrade pip pip install evadb @@ -264,7 +264,7 @@ jobs: steps: - checkout - run: - name: Install EVA package locally and start server + name: Install EvaDB package locally and start server command: | pip install --upgrade pip pip cache purge @@ -280,7 +280,7 @@ jobs: - setup_remote_docker - checkout - run: - name: Build EVA Docker image and start server + name: Build EvaDB Docker image and start server command: | docker build -t evadb docker timeout 30 docker run evadb || true @@ -293,7 +293,7 @@ jobs: steps: - setup_remote_docker - run: - name: Pull EVA Docker image and start server + name: Pull EvaDB Docker image and start server command: | aws --version docker pull evadbai/evaserver diff --git a/README.md b/README.md index c9d7e84d0..d4e7cb878 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # EvaDB: Database System for AI Apps
- + Open EvaDB on Colab @@ -15,7 +15,7 @@ PyPI License - Coverage Status + Coverage Status Downloads @@ -162,33 +162,33 @@ This diagram presents the key components of EvaDB. EvaDB's AI-centric query opti 2. Unstructured media data (PDFs, videos, etc. on cloud/local filesystem). 3. Feature data (vector database system). -Architecture Diagram +Architecture Diagram ## Screenshots ### 🔮 [Traffic Analysis](https://evadb.readthedocs.io/en/stable/source/tutorials/02-object-detection.html) (Object Detection Model) | Source Video | Query Result | |---------------|--------------| -|Source Video |Query Result | +|Source Video |Query Result | ### 🔮 [PDF Question Answering](https://evadb.readthedocs.io/en/stable/source/tutorials/12-query-pdf.html) (Question Answering Model) | App | |-----| -|Source Video | +|Source Video | ### 🔮 [MNIST Digit Recognition](https://evadb.readthedocs.io/en/stable/source/tutorials/01-mnist.html) (Image Classification Model) | Source Video | Query Result | |---------------|--------------| -|Source Video |Query Result | +|Source Video |Query Result | ### 🔮 [Movie Emotion Analysis](https://evadb.readthedocs.io/en/stable/source/tutorials/03-emotion-analysis.html) (Face Detection + Emotion Classification Models) | Source Video | Query Result | |---------------|--------------| -|Source Video |Query Result | +|Source Video |Query Result | -### 🔮 [License Plate Recognition](https://github.com/georgia-tech-db/eva-application-template) (Plate Detection + OCR Extraction Models) +### 🔮 [License Plate Recognition](https://github.com/georgia-tech-db/evadb-application-template) (Plate Detection + OCR Extraction Models) | Query Result | |--------------| @@ -199,7 +199,7 @@ This diagram presents the key components of EvaDB. EvaDB's AI-centric query opti 👋 If you have general questions about EvaDB, want to say hello or just follow along, we'd like to invite you to join our [Slack Community](https://join.slack.com/t/eva-db/shared_invite/zt-1i10zyddy-PlJ4iawLdurDv~aIAq90Dg) and to [follow us on Twitter](https://twitter.com/evadb_ai). - EvaDB Slack Channel + EvaDB Slack Channel If you run into any problems or issues, please create a Github issue and we'll try our best to help. @@ -209,10 +209,10 @@ Don't see a feature in the list? Search our issue tracker if someone has already ## Contributing [![PyPI Version](https://img.shields.io/pypi/v/evadb.svg)](https://pypi.org/project/evadb) -[![CI Status](https://circleci.com/gh/georgia-tech-db/eva.svg?style=svg)](https://circleci.com/gh/georgia-tech-db/eva) +[![CI Status](https://circleci.com/gh/georgia-tech-db/evadb.svg?style=svg)](https://circleci.com/gh/georgia-tech-db/evadb) [![Documentation Status](https://readthedocs.org/projects/evadb/badge/?version=latest)](https://evadb.readthedocs.io/en/latest/index.html) -EvaDB is the beneficiary of many [contributors](https://github.com/georgia-tech-db/eva/graphs/contributors). All kinds of contributions to EvaDB are appreciated. To file a bug or to request a feature, please use GitHub issues. Pull requests are welcome. +EvaDB is the beneficiary of many [contributors](https://github.com/georgia-tech-db/evadb/graphs/contributors). All kinds of contributions to EvaDB are appreciated. To file a bug or to request a feature, please use GitHub issues. Pull requests are welcome. For more information, see our [contribution guide](https://evadb.readthedocs.io/en/stable/source/contribute/index.html). diff --git a/docs/Readme.md b/docs/Readme.md index 7bb0647e8..fa252de75 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -2,7 +2,7 @@ Run the following commands from this directory to compile the documentation. ``` -cd eva/docs +cd evadb/docs pip install -r requirements.txt make html open _build/html/index.html @@ -11,6 +11,6 @@ open _build/html/index.html To test links: ``` -cd eva/docs +cd evadb/docs sphinx-build . _build -b linkcheck ``` \ No newline at end of file diff --git a/docs/_templates/links.html b/docs/_templates/links.html index 5a948b6a5..8806a039a 100644 --- a/docs/_templates/links.html +++ b/docs/_templates/links.html @@ -1,11 +1,11 @@

Github Repo

-Source code +Source code

Issues

-All open issues +All open issues

diff --git a/docs/conf.py b/docs/conf.py index e34da9ab2..3f1cc9e5a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -136,8 +136,6 @@ external_toc_path = "_toc.yml" # optional, default: _toc.yml external_toc_exclude_missing = False # optional, default: False -# html_logo = "images/eva/eva-logo.png" - intersphinx_mapping = { "python": ("https://docs.python.org/3", (None, "python-inv.txt")) } diff --git a/docs/images/eva/eva-arch.png b/docs/images/evadb/evadb-arch.png similarity index 100% rename from docs/images/eva/eva-arch.png rename to docs/images/evadb/evadb-arch.png diff --git a/docs/images/eva/eva-banner.png b/docs/images/evadb/evadb-banner.png similarity index 100% rename from docs/images/eva/eva-banner.png rename to docs/images/evadb/evadb-banner.png diff --git a/docs/images/eva/eva-logo.png b/docs/images/evadb/evadb-logo.png similarity index 100% rename from docs/images/eva/eva-logo.png rename to docs/images/evadb/evadb-logo.png diff --git a/docs/images/eva/eva-slack.png b/docs/images/evadb/evadb-slack.png similarity index 100% rename from docs/images/eva/eva-slack.png rename to docs/images/evadb/evadb-slack.png diff --git a/docs/index.rst b/docs/index.rst index 7a1a597f9..f3946517f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,8 +7,8 @@ Welcome to EvaDB! .. rubric:: Database system for building simpler and faster AI-powered apps. .. - .. figure:: https://raw.githubusercontent.com/georgia-tech-db/eva/master/docs/images/eva/eva-banner.png - :target: https://github.com/georgia-tech-db/eva + .. figure:: https://raw.githubusercontent.com/georgia-tech-db/evadb/master/docs/images/evadb/evadb-banner.png + :target: https://github.com/georgia-tech-db/evadb :width: 100% :alt: EvaDB Banner @@ -18,7 +18,7 @@ Welcome to EvaDB! EvaDB is an AI-SQL database for developing apps powered by AI models. We aim to simplify the development and deployment of AI-powered apps that operate on structured (tables, feature stores) and unstructured data (videos, text, podcasts, PDFs, etc.). -- Github: https://github.com/georgia-tech-db/eva +- Github: https://github.com/georgia-tech-db/evadb - PyPI: https://pypi.org/project/evadb/ - Twitter: https://twitter.com/evadb_ai - Slack: https://join.slack.com/t/eva-db/shared_invite/zt-1i10zyddy-PlJ4iawLdurDv~aIAq90Dg @@ -125,7 +125,7 @@ The same AI query can also be written directly in SQL and run on EvaDB. EvaDB's declarative query language reduces the complexity of the app, leading to more maintainable code that allows users to build on top of each other's queries. -EvaDB comes with a wide range of models for analyzing unstructured data including image classification, object detection, OCR, face detection, etc. It is fully implemented in Python, and `licensed under the Apache license `__. It already contains integrations with widely-used AI pipelines based on Hugging Face, PyTorch, and Open AI. +EvaDB comes with a wide range of models for analyzing unstructured data including image classification, object detection, OCR, face detection, etc. It is fully implemented in Python, and `licensed under the Apache license `__. It already contains integrations with widely-used AI pipelines based on Hugging Face, PyTorch, and Open AI. The high-level SQL API allows even beginners to use EvaDB in a few lines of code. Advanced users can define custom user-defined functions that wrap around any AI model or Python library. @@ -199,7 +199,7 @@ Illustrative EvaDB Apps |:desert_island:| PDF Question Answering ~~~~ -.. |pic7| image:: https://github.com/georgia-tech-db/eva/releases/download/v0.1.0/pdf-qa.webp +.. |pic7| image:: https://github.com/georgia-tech-db/evadb/releases/download/v0.1.0/pdf-qa.webp :width: 45% :alt: App @@ -208,11 +208,11 @@ Illustrative EvaDB Apps |:desert_island:| Traffic Analysis App using Object Detection Model ~~~~ -.. |pic1| image:: https://github.com/georgia-tech-db/eva/releases/download/v0.1.0/traffic-input.webp +.. |pic1| image:: https://github.com/georgia-tech-db/evadb/releases/download/v0.1.0/traffic-input.webp :width: 45% :alt: Source Video -.. |pic2| image:: https://github.com/georgia-tech-db/eva/releases/download/v0.1.0/traffic-output.webp +.. |pic2| image:: https://github.com/georgia-tech-db/evadb/releases/download/v0.1.0/traffic-output.webp :width: 45% :alt: Query Result @@ -221,11 +221,11 @@ Illustrative EvaDB Apps |:desert_island:| MNIST Digit Recognition using Image Classification Model ~~~~ -.. |pic3| image:: https://github.com/georgia-tech-db/eva/releases/download/v0.1.0/mnist-input.webp +.. |pic3| image:: https://github.com/georgia-tech-db/evadb/releases/download/v0.1.0/mnist-input.webp :width: 20% :alt: Source Video -.. |pic4| image:: https://github.com/georgia-tech-db/eva/releases/download/v0.1.0/mnist-output.webp +.. |pic4| image:: https://github.com/georgia-tech-db/evadb/releases/download/v0.1.0/mnist-output.webp :width: 20% :alt: Query Result @@ -234,11 +234,11 @@ Illustrative EvaDB Apps |:desert_island:| Movie Analysis App using Face Detection + Emotion Classification Models ~~~~ -.. |pic5| image:: https://github.com/georgia-tech-db/eva/releases/download/v0.1.0/gangubai-input.webp +.. |pic5| image:: https://github.com/georgia-tech-db/evadb/releases/download/v0.1.0/gangubai-input.webp :width: 45% :alt: Source Video -.. |pic6| image:: https://github.com/georgia-tech-db/eva/releases/download/v0.1.0/gangubai-output.webp +.. |pic6| image:: https://github.com/georgia-tech-db/evadb/releases/download/v0.1.0/gangubai-output.webp :width: 45% :alt: Query Result @@ -249,4 +249,4 @@ Illustrative EvaDB Apps .. |pypi_status| image:: https://img.shields.io/pypi/v/evadb.svg :target: https://pypi.org/project/evadb .. |License| image:: https://img.shields.io/badge/license-Apache%202-brightgreen.svg?logo=apache - :target: https://github.com/georgia-tech-db/eva/blob/master/LICENSE.txt + :target: https://github.com/georgia-tech-db/evadb/blob/master/LICENSE.txt diff --git a/docs/source/contribute/images/eva-debug-1.jpg b/docs/source/contribute/images/evadb-debug-1.jpg similarity index 100% rename from docs/source/contribute/images/eva-debug-1.jpg rename to docs/source/contribute/images/evadb-debug-1.jpg diff --git a/docs/source/contribute/images/eva-debug-2.jpg b/docs/source/contribute/images/evadb-debug-2.jpg similarity index 100% rename from docs/source/contribute/images/eva-debug-2.jpg rename to docs/source/contribute/images/evadb-debug-2.jpg diff --git a/docs/source/contribute/index.rst b/docs/source/contribute/index.rst index 1d71c7fce..1738eba06 100644 --- a/docs/source/contribute/index.rst +++ b/docs/source/contribute/index.rst @@ -3,9 +3,9 @@ Contributing We welcome all kinds of contributions to EvaDB. -- `Code reviews `_ -- `Improving documentation `_ -- `Tutorials and applications `_ +- `Code reviews `_ +- `Improving documentation `_ +- `Tutorials and applications `_ - New features Setting up the Development Environment @@ -16,7 +16,7 @@ the source. Follow the following instructions to build EvaDB locally. We recomme .. code-block:: bash - git clone https://github.com/georgia-tech-db/eva.git && cd eva + git clone https://github.com/georgia-tech-db/evadb.git && cd evadb python3 -m venv test_evadb # create a virtual environment source test_evadb/bin/activate # activate the virtual environment pip install --upgrade pip # upgrade pip @@ -63,12 +63,12 @@ Follow the following steps to contribute to EvaDB: .. code-block:: bash - git remote add origin git@github.com:georgia-tech-db/eva.git + git remote add origin git@github.com:georgia-tech-db/evadb.git git pull . origin/master - Run the `test script <#testing>`__ to ensure that all the test cases pass. - If you are adding a new EvaDB command, add an illustrative example usage in - the `documentation `_. + the `documentation `_. - Run the following command to ensure that code is properly formatted. .. code-block:: python @@ -108,16 +108,16 @@ We recommend using Visual Studio Code with a debugger for developing EvaDB. Here 3. Follow these instructions to run a particular test case from the file: `Getting started `__. -.. image:: images/eva-debug-1.jpg +.. image:: images/evadb-debug-1.jpg :width: 1200 -.. image:: images/eva-debug-2.jpg +.. image:: images/evadb-debug-2.jpg :width: 1200 Architecture Diagram ==== -.. image:: ../../images/eva/eva-arch.png +.. image:: ../../images/evadb/evadb-arch.png :width: 1200 Troubleshooting diff --git a/docs/source/contribute/internals.rst b/docs/source/contribute/internals.rst index a5179ed58..88370d220 100644 --- a/docs/source/contribute/internals.rst +++ b/docs/source/contribute/internals.rst @@ -4,7 +4,7 @@ EvaDB Internals Path of a Query ------------------- -The following code represents a sequence of operations that can be used to execute a query in a evaql database. found in `evadb/server/command_handler.py `_ +The following code represents a sequence of operations that can be used to execute a query in a evaql database. found in `evadb/server/command_handler.py `_ Parse the query using the Parser() function provided by the evaql library. The result of this step will be a parsed representation of the query in the form of an abstract syntax tree (AST). diff --git a/docs/source/contribute/internals/catalog.rst b/docs/source/contribute/internals/catalog.rst index 0f4d94b2c..a5236f5ff 100644 --- a/docs/source/contribute/internals/catalog.rst +++ b/docs/source/contribute/internals/catalog.rst @@ -4,7 +4,7 @@ Catalog Catalog Manager --------------- -`catalog_manager `_ provides a set of services to interact with a database that stores metadata about tables, columns, and user-defined functions (UDFs). Information like what is the data type in a certain column in a table, type of a table, its name, etc.. It contains functions to get, insert and delete catalog entries for Tables, UDFs, UDF IOs, Columns and Indexes. +`catalog_manager `_ provides a set of services to interact with a database that stores metadata about tables, columns, and user-defined functions (UDFs). Information like what is the data type in a certain column in a table, type of a table, its name, etc.. It contains functions to get, insert and delete catalog entries for Tables, UDFs, UDF IOs, Columns and Indexes. This data is stored in the evadb_catalog.db file which can be found in `~/.evadb//` folder. diff --git a/docs/source/overview/concepts.rst b/docs/source/overview/concepts.rst index c037f2358..faaf26b61 100644 --- a/docs/source/overview/concepts.rst +++ b/docs/source/overview/concepts.rst @@ -17,7 +17,7 @@ Here is an illustrative UDF for classifying MNIST images. .. code-block:: bash - !wget -nc https://raw.githubusercontent.com/georgia-tech-db/eva/master/evadb/udfs/mnist_image_classifier.py + !wget -nc https://raw.githubusercontent.com/georgia-tech-db/evadb/master/evadb/udfs/mnist_image_classifier.py .. code-block:: python diff --git a/docs/source/overview/installation.rst b/docs/source/overview/installation.rst index 47b6f2165..470584a23 100644 --- a/docs/source/overview/installation.rst +++ b/docs/source/overview/installation.rst @@ -44,6 +44,6 @@ Here is an `illustrative MNIST digit classification app `_. +The notebook works on `Google Colab `_. .. image:: ../../images/reference/mnist.png \ No newline at end of file diff --git a/docs/source/reference/evaql/load.rst b/docs/source/reference/evaql/load.rst index 525aa70f1..5d5a84c0c 100644 --- a/docs/source/reference/evaql/load.rst +++ b/docs/source/reference/evaql/load.rst @@ -27,7 +27,7 @@ LOAD VIDEO FROM S3 LOAD VIDEO 's3://bucket/dummy.avi' INTO MyVideo; LOAD VIDEO 's3://bucket/eva_videos/*.mp4' INTO MyVideos; -The videos are downloaded to a directory that can be configured in the EvaDB configuration file under `storage:s3_download_dir`. The default directory is ``~/.eva/s3_downloads``. +The videos are downloaded to a directory that can be configured in the EvaDB configuration file under `storage:s3_download_dir`. The default directory is ``evadb_data/s3_downloads``. .. _3-load-image-from-file: diff --git a/docs/source/reference/udfs/custom.rst b/docs/source/reference/udfs/custom.rst index 2222d0854..ef8d1ab70 100644 --- a/docs/source/reference/udfs/custom.rst +++ b/docs/source/reference/udfs/custom.rst @@ -6,13 +6,13 @@ This section provides an overview of how you can create and use a custom user-de Part 1: Writing a custom UDF ------------------------------ -During each step, use `this UDF implementation `_ as a reference. +During each step, use `this UDF implementation `_ as a reference. 1. Create a new file under `udfs/` folder and give it a descriptive name. eg: `yolo_object_detection.py`. .. note:: - UDFs packaged along with EvaDB are located inside the `udfs `_ folder. + UDFs packaged along with EvaDB are located inside the `udfs `_ folder. 2. Create a Python class that inherits from `PytorchClassifierAbstractUDF`. diff --git a/evadb/README.md b/evadb/README.md index eae7103a8..a2b48f8c8 100644 --- a/evadb/README.md +++ b/evadb/README.md @@ -1,6 +1,6 @@ # Architecture of EvaDB Database System -EvaDB Architecture Diagram +EvaDB Architecture Diagram * `server` - Code for launching server that sends client commands to command handler. * `parser` - Converts SQL queries to statements (e.g., CREATE, SELECT, INSERT, and LOAD statements). diff --git a/evadb/catalog/catalog_manager.md b/evadb/catalog/catalog_manager.md index 8a0f65355..106a34eda 100644 --- a/evadb/catalog/catalog_manager.md +++ b/evadb/catalog/catalog_manager.md @@ -2,7 +2,8 @@ CatalogManager class provides a set of services to interact with a database that stores metadata about tables, columns, and user-defined functions (UDFs). Information like what is the data type in a certain column in a table, type of a table, its name, etc.. It contains functions to get, insert and delete catalog entries for Tables, UDFs, UDF IOs, Columns and Indexes. -This data is stored in the eva_catalog.db file which can be found in ~/.eva// folder. +This data is stored in the eva_catalog.db file which can be found in `evadb_data` folder. + Catalog manager currently has 7 services in it: ``` diff --git a/evadb/executor/ray_utils.py b/evadb/executor/ray_utils.py index 9c55276de..e4f55cfb4 100644 --- a/evadb/executor/ray_utils.py +++ b/evadb/executor/ray_utils.py @@ -44,7 +44,7 @@ def _ray_wait_and_alert(tasks: List[ray.ObjectRef], queue: Queue): # when the job enters the Ray process. Due to that, resource release is not # cleanly done on the Ray side, we need to set this to prevent memory leak. # More detailed explanation can be found in -# https://github.com/georgia-tech-db/eva/pull/731 +# https://github.com/georgia-tech-db/evadb/pull/731 def ray_parallel(): diff --git a/script/formatting/formatter.py b/script/formatting/formatter.py index 2b95173bb..d4fb2ecba 100755 --- a/script/formatting/formatter.py +++ b/script/formatting/formatter.py @@ -40,7 +40,7 @@ def wrapped(*args, **kwargs): # ============================================== # NOTE: absolute path to repo directory is calculated from current directory -# directory structure: eva/scripts/formatting/ +# directory structure: evadb/scripts/formatting/ # EvaDB_DIR needs to be redefined if the directory structure is changed CODE_SOURCE_DIR = os.path.abspath(os.path.dirname(__file__)) EvaDB_DIR = functools.reduce( diff --git a/script/releasing/releaser.py b/script/releasing/releaser.py index c2fe7950d..7d82ccce7 100755 --- a/script/releasing/releaser.py +++ b/script/releasing/releaser.py @@ -55,7 +55,7 @@ def get_string_in_line(file_path, line_number): # CONFIGURATION # ============================================== -# NOTE: absolute path to eva directory is calculated from current directory +# NOTE: absolute path to evadb directory is calculated from current directory # directory structure: evadb/scripts/formatting/ # EvaDB_DIR needs to be redefined if the directory structure is changed CODE_SOURCE_DIR = os.path.abspath(os.path.dirname(__file__)) @@ -174,7 +174,7 @@ def release_version(current_version): def get_commit_id_of_latest_release(): import requests - repo = 'georgia-tech-db/eva' + repo = 'georgia-tech-db/evadb' url = f'https://api.github.com/repos/{repo}/releases' response = requests.get(url) data = response.json() @@ -221,7 +221,7 @@ def upload_assets(changelog, tag): # Repository information repo_owner = 'georgia-tech-db' - repo_name = 'eva' + repo_name = 'evadb' # Release information tag_name = 'v' + tag @@ -295,7 +295,7 @@ def bump_up_version(next_version): # ============================================== if __name__ == "__main__": - parser = argparse.ArgumentParser(description="Release eva") + parser = argparse.ArgumentParser(description="Release EvaDB") # version.py defines the VERSION and VERSION_SHORT variables VERSION_DICT: Dict[str, str] = {} diff --git a/script/test/cleanup.sh b/script/test/cleanup.sh index 163bf9d60..0ca38d87e 100755 --- a/script/test/cleanup.sh +++ b/script/test/cleanup.sh @@ -1,7 +1,7 @@ #!/bin/bash -read -p "Remove the directory ~/.eva/* [Y/n]?" yn +read -p "Remove the directory evadb_data/* [Y/n]?" yn case $yn in - [Yy]* ) rm -rf ~/.eva/*;; + [Yy]* ) rm -rf evadb_data/*;; * ) exit;; esac diff --git a/script/test/test_benchmark.sh b/script/test/test_benchmark.sh index 921cca154..6bdc909e9 100644 --- a/script/test/test_benchmark.sh +++ b/script/test/test_benchmark.sh @@ -32,7 +32,7 @@ else fi # Check demo page -curl https://ada-00.cc.gatech.edu/eva/playground +curl https://ada-00.cc.gatech.edu/evadb/playground demo_code=$? if [ $demo_code -ne 0 ]; then