[GitHub] [incubator-sdap-nexus] skorper commented on pull request #132: SDAP-338: Update match up implementation to support multi-variable tiles

2021-09-28 Thread GitBox
skorper commented on pull request #132: URL: https://github.com/apache/incubator-sdap-nexus/pull/132#issuecomment-929755901 @ngachung In the latest commit, I've updated matchup to work with the new multi-var solr doc structure. I also updated the unit tests and tested locally: ```

[GitHub] [incubator-sdap-ingester] frankinspace commented on pull request #43: wip: SDAP-TODO: feat: S3 obj store

2021-09-28 Thread GitBox
frankinspace commented on pull request #43: URL: https://github.com/apache/incubator-sdap-ingester/pull/43#issuecomment-929364695 This was the "old" ingest code that was able to write to S3 instead of cassandra:

[GitHub] [incubator-sdap-ingester] jjacob7734 commented on pull request #43: wip: SDAP-TODO: feat: S3 obj store

2021-09-28 Thread GitBox
jjacob7734 commented on pull request #43: URL: https://github.com/apache/incubator-sdap-ingester/pull/43#issuecomment-929532976 Adding S3 as a datastore option was work done by David Silvan, a summer intern at JPL, in Summer of 2017. I think he worked primarily with @ngachung on that.

[GitHub] [incubator-sdap-ingester] frankinspace commented on pull request #43: wip: SDAP-TODO: feat: S3 obj store

2021-09-28 Thread GitBox
frankinspace commented on pull request #43: URL: https://github.com/apache/incubator-sdap-ingester/pull/43#issuecomment-929364695 This was the "old" ingest code that was able to write to S3 instead of cassandra:

[GitHub] [incubator-sdap-ingester] wphyojpl opened a new pull request #43: wip: SDAP-TODO: feat: S3 obj store

2021-09-28 Thread GitBox
wphyojpl opened a new pull request #43: URL: https://github.com/apache/incubator-sdap-ingester/pull/43 - add class to store tile blob in S3 in addition to Cassandra - update configuration to accept either S3 or Cassandra - refactor main method to avoid code duplication - TODO: add