Coder Social home page Coder Social logo

ganyu's Introduction

ganyu

ganyu - file management utility program.

Overview

ganyu - file management utility program. Main idea of this project is just make some sort of global file index for all you files across diferent source, cloud storages such as Google Drive, OneDrive, etc. websites (for example image boards) and ofcourse your local physical storages. Ganyu allows creation of Virtual directories that can link to files across diferent sources.

Ganyu written internally with C (application itself), and uses PostgreSQL as backend database. Everything is packed into single Docker cluster, for fast and easy deployment.

Note that ganyu is not a proper maintained project, it was made just for study purposes*

Ganyu is not a new javascript framework btw.

Links

  1. Source code avaiable at github.com/Maksasj/ganyu
  2. chttp.h and other C libraries source code github.com/Maksasj/caifu

Build & Run

Building was tested on Ubuntu 22.04 jammy

First of all requirements:

  • Cmake (At least version 3.21)
  • Ninja (At least version 1.11.1)
  • C++ compiler (Have test with Clang 15.0.5 and GCC 12.2.0)
  • Docker

After you can follow this workflow for deploying Docker cluster

# build ganyu app
cmake -B build -G Ninja
cmake --build build

# copy it to backend image directory
cp ./build/src/ganyu -f ./docker/backend/ganyu

cd ./docker

# create a ganyu docker virtual network
docker network rm ganyu_network
docker network create -d bridge --subnet=172.22.2.0/24 ganyu_network

# compose and run docker cluster
docker-compose -f docker-compose.yml up -d

cd ..

or just use start.sh script.

License

Ganyu is free and open program. All code in this repository is licensed under

ganyu's People

Contributors

maksasj avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.