Giter Club home page Giter Club logo

my-rep's People

Contributors

jonkani avatar

Watchers

 avatar  avatar  avatar

my-rep's Issues

Data storage and legislator names

Since there's a number of ways to say a legislator's name, the current plan is to have a custom slot containing congressional name variations. The issue comes with how this is mapped to the legislator's bioguide ID, which is how one searches for a specific congress member in the ProPublica API.

Currently, I'm working with two possibilities:

  1. Make a big hashmap with the name variations. This has the benefit of not requiring extra services for the skill, but it would require patching the skill itself when a congress member enters or leaves congress. Loading a giant object for the skill also might not be particularly performant.
  2. Make a DynamoDB table containing the names. This does require integrating DynamoDB to the skill, but handling big datasets is exactly what databases is for. It also means congressional updates could be handled by just updating the database and interaction model, instead of the core skill.

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.