Git Product home page Git Product logo

Comments (4)

suckerfish avatar suckerfish commented on May 20, 2024 1

Thank you for your help

from tubearchivist.

bbilly1 avatar bbilly1 commented on May 20, 2024

What do you mean by already existing? Just use the same image and create another instance for tube archivist. Or maybe I don't understand what you are trying to do.

from tubearchivist.

suckerfish avatar suckerfish commented on May 20, 2024

For example, for services that require MariaDB, you can use a single MariaDB instance/container and simply create new databases. I already have containers running Redis and Elasticsearch. Rather than setting up another container of Redis and ES, can I simply let my existing instances of Redis and ES be used? Bear in mind this may not be possible due to how these apps work, but I wanted to see if it was possible.

from tubearchivist.

bbilly1 avatar bbilly1 commented on May 20, 2024

Ah OK, thanks for clarifying.

For Elasticsearch: That shouldn't be a problem. I also have additional indexes in Elasticsearch that are not related to Tube Archivist. The indexes are defined here in the index_management module if you want to take a look. Tube Archivist doesn't touch anything in elasticsearch not related to Tube Archivist. The index name are prefixed with ta_ so for the moment this will create three indexes: ta_video, ta_channel, ta_download, future versions will most likely require more, but I'll prefix all of them with ta_. These indexes will get created automatically and also updated automatically whenever there is a required change. For now, as long as there is no naming conflict, I don't see any issue. In the future I'll setup authentication, so that could be a problem... But changes like that will be in the release notes.

For Redis, first, just to make sure, Tube Archivist requires RedisJSON, that's not interchangeable with standard Redis. Also there isn't really a naming convention there, so you might end up with two application overwriting each other with their own values. So for Redis, you are better off to spin up another dedicated container to avoid that.

from tubearchivist.

Related Issues (20)

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.