Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBryan Jenkins
858 PointsSearch / Autocomplete Heroku
My app involves sensitive information and I need to be sure that the data is as secure as possible. I'm looking to implement search and autocomplete functionality in my rails app. It's currently hosted on heroku.
In short, is it a good idea to host client / patient sensitive information on heroku, and is it safe to have another company index that information?
Also, are they any alternatives to doing this?
1 Answer
Amit Bijlani
Treehouse Guest Teacher@Bryan lots of companies use Heroku to host sensitive information. Although, when you talk about client/patient information you are venturing into the realm of HIPAA compliance. I have no knowledge of it except that it's riddled with complex rules and regulations.