Update Enhancement Ideas authored by Levi Remington's avatar Levi Remington
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Explore and understand [Cache Configuration](https://ignite.apache.org/docs/latest/configuring-caches/configuration-overview) options within Ignite. Should we allow user to set any of these options themselves? * Explore and understand [Cache Configuration](https://ignite.apache.org/docs/latest/configuring-caches/configuration-overview) options within Ignite. Should we allow user to set any of these options themselves?
* Can we optimize the run Transformer process into a simpler script? * Can we optimize the run Transformer process into a simpler script?
* Instead of running `mvn clean install -DskipTests` then running `java -jar -Dspring.profiles.active=local osdu_gcz_transformer-\\\\\\\[VERSION\\\\\\\].jar`... Is there any way we can make this happen in a succinct one-liner? - I am not as familiar with Java capabilities in this regard. * Instead of running `mvn clean install -DskipTests` then running `java -jar -Dspring.profiles.active=local osdu_gcz_transformer-\[VERSION\].jar` ... Is there any way we can make this happen in a succinct one-liner? - I am not as familiar with Java capabilities in this regard.
* Investigate best practices regarding authentication with OSDU and how we should be storing/accessing parameters like clientId, clientSecret, etc. * Investigate best practices regarding authentication with OSDU and how we should be storing/accessing parameters like clientId, clientSecret, etc.
## Provider ## Provider
... ...
......