Git Product home page Git Product logo

Comments (8)

 avatar commented on May 18, 2024

If you already have a linked tree, might consider using a document database to alleviate conversion?

from torbot.

KingAkeem avatar KingAkeem commented on May 18, 2024

What's a document database? I'm not aware of this concept, it may be a perfect solution.

from torbot.

cardinalion avatar cardinalion commented on May 18, 2024

Document-oriented database is one kind of NoSQL db, MongoDB is a common one.

from torbot.

KingAkeem avatar KingAkeem commented on May 18, 2024

Sounds like it could be useful for this case, would you like to take on the task?

from torbot.

cardinalion avatar cardinalion commented on May 18, 2024

I'm not very clear. Do you want to save the trees in mongodb? If so, will the trees be modified frequently?

from torbot.

KingAkeem avatar KingAkeem commented on May 18, 2024

I think that'd be a pretty cool feature. The trees won't be modified frequently at runtime. I was thinking that we could add an option so that users could store the trees in a DB that could be queried to retrieve the tree. The workflow would be

  1. User inputs a command to generate a tree with a given URL and a flag to insert it into the DB.
  2. After the tree is inserted
    a. User should be able to query for the tree.
    b. User should be able to remove the tree.
    c. User should be able to visualize a tree that exist within the DB
    d. User should be able to download a tree that exist within the DB

Does that make sense?

from torbot.

fepitre avatar fepitre commented on May 18, 2024

I think that'd be a pretty cool feature. The trees won't be modified frequently at runtime. I was thinking that we could add an option so that users could store the trees in a DB that could be queried to retrieve the tree. The workflow would be

1. User inputs a command to generate a tree with a given URL and a flag to insert it into the DB.

2. After the tree is inserted
   a. User should be able to query for the tree.
   b. User should be able to remove the tree.
   c. User should be able to visualize a tree that exist within the DB
   d. User should be able to download a tree that exist within the DB

Does that make sense?

IMHO, it's a good start. I'm currently working on a prototype but the achievements of your points 2 are currently done using a separate tool. I'm not sure if it should be integrated or not in the main script.

from torbot.

KingAkeem avatar KingAkeem commented on May 18, 2024

The options (query, remove, visualize, download) should be integrated into the main function because we'll need to be read the arguments from the user.

from torbot.

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.