Live data from Hacker News

Ask HN: Does a self hosted Google Spreadsheet like tool exist for NASA?

news.ycombinator.com

1–3 of 3 posts

Ask HN: Does a self hosted Google Spreadsheet like tool exist for NASA?

#1
NASA/JPL's engineering data is heavily regulated and it's not legal to store our data on unapproved (ITAR/EAR) servers. It's 2013 and there's got to be a simple, browser based way for engineers to collaboratively share & work with numbers. Emailing spreadsheets, clunky webpages or complex 3rd party models can't be the only options.

Re: Ask HN: Does a self hosted Google Spreadsheet like tool exist for NASA?

#2
I'm not a huge fan of Sharepoint, but I'm pretty sure you can do some basic at least view of Excel files in Sharepoint. Alternatively, you can share the documents out with a read/write lock.

I'm not aware of any other products that support it. You could try out this Stack Exchange answer: http://webapps.stackexchange.com/questions/16072/web-based-o...

Re: Ask HN: Does a self hosted Google Spreadsheet like tool exist for NASA?

#3
post #2

I'm not a huge fan of Sharepoint, but I'm pretty sure you can do some basic at least view of Excel files in Sharepoint. Alternatively, you can share the documents out with a read/write lock. I'm not aware of any other products that support it. You could try out this Stack Exchange answer: http://webapps.stackexchange.com/questions/16072/web-based-o...

From that list, etherpad looks like the most promising open source & self hosted solution. We'll give this a shot soon. Thanks.