Skip to content

kmseo-cryptolab/milvus-mock-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Milvus-mock-server

Mock server for Milvus Workflow

Milvus is a Database with RESTful API built with Python 3.10 and FastAPI.

Table of Contents

Pre-requisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/kmseo-cryptolab/milvus-mock-server.git
    cd milvus-mock-server
  2. Create a conda environment:

    conda create -n milvus python=3.10
    conda activate milvus
  3. Install the dependencies:

    pip install -r requirements.txt --no-deps # needs no deps option

Usage

Run the server with:

./run_server.sh

The API will be accessible at http://0.0.0.0:10103.

Testing

To run the tests, ensure your conda environment is activated and execute:

pytest

About

Mock server for Milvus Workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published