Giter Site home page Giter Site logo

Database functionality about sixtyfour HOT 4 CLOSED

sckott avatar sckott commented on June 5, 2024
Database functionality

from sixtyfour.

Comments (4)

seankross avatar seankross commented on June 5, 2024

I think we need to include functionality for setting up a database. We should make as many sane choices for users as possible, and we should assume that users are going to use individual databases for basic data science tasks. Therefore any hyper-scale database functionality is out of scope

from sixtyfour.

sckott avatar sckott commented on June 5, 2024

Okay, can include db setup function(s).

from sixtyfour.

sckott avatar sckott commented on June 5, 2024

Working on this on branch dbs

notes trying to sort out how to do these functions

from sixtyfour.

sckott avatar sckott commented on June 5, 2024

Right now I made the following assumptions/decisions/questions:

  • no fxns for deleting/updating/etc. databases are available in this pkg. I assume we just provide the creation fxn, and then the user is left to use the AWS dashboard to do the rest. Do we want to provide additional fxn-ality beyond create and connect?
  • there's only one client for each of RDS and Redshift right now. That is, one set of credentials for each of the services. The only issue comes if a user has 2 or more sets of credentials they want to use in the same R sessions. See #20 for more
  • we do not have fxns for setting up security groups right now. should we? then we could make it one less step outside of R to get a DB up and running?
  • generate strings for users? right now to set up a DB users have to think of an ID name for the instance, and set a user name and password. We could use a dependency to generate these things. Should we?

@seankross

from sixtyfour.

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.