chrismattmann / shangridocs

Document exploration tool
Apache License 2.0
12 stars 6 forks source link

spark/SparkCtakesResource service #7

Closed lewismc closed 9 years ago

lewismc commented 9 years ago

Hi @chrismattmann OK this is the ShangriDocs aspect of this implementation. Once you read it, it is self-explanatory. One immediate improvement is to make backend service configurable. I also think that HomePage.js needs some documentation. It is convoluted and undocumented. We can deal with this elsewhere. Please DO NOT merge this as I need to finish off some Scala as I mentioned earlier. The two service endpoints e.g. /spark/data and spark/jobs will be calling out to spark-jobserver as Spark does not have a REST API right now. spark-jobserver enables us to work everything nicely and also provides some additional features which we can use should we wish to. In the mean time, please wait until I complete the remainder of this Scala before we commit this. Thanks

chrismattmann commented 9 years ago

ACK