SemanticBeeng
SemanticBeeng
Ask to apply "Clients should remain Scala.js compatible" to new `@http` clients. https://github.com/higherkindness/mu/issues/21 https://github.com/higherkindness/mu/issues/21#issuecomment-481231365 https://github.com/higherkindness/mu/issues/583#issuecomment-481601762 https://github.com/higherkindness/mu/issues/583#issuecomment-481661160 > In the spirit of "Clients should remain Scala.js compatible" #21, mu development to...
Consider support for `Apache Arrow Flight` - data as a service paradigm When combining "big data" / data science applications with microservices there is an impedance in how such big...
Would it make sense to be able to introduce support for `avro` schema for `TypedDataSet`? The current code defines schema based on the `SparkSQL` "language": https://github.com/typelevel/frameless/blob/576eb675dbd121453679a57ae7117e4fb53d9212/dataset/src/main/scala/frameless/TypedDatasetForwarded.scala#L43-L44 On the other hand...
Knowledge representations may have a probabilistic nature and capturing that is especially important for complex business domains where data is ... non-stationary or contextual. This is often seen in `machine...
### What changes were proposed in this pull request? Refactoring `AkkaStreamletContextImpl` to consolidate duplicated code and hide the constructor in a factory (`StreamletContextFactory`) See `makeConsumerSettings`, `withGroupId` so far. This is...
Would you consider porting this https://github.com/Spinoco/fs2-http/blob/series/0.4/src/main/scala/spinoco/fs2/http/websocket/WebSocket.scala. The use of `web socket` s and `FS2` gives a nice streaming semantics when `http/2` is cannot be used.
Should there be support for `yaml schema` management ? validation, conversion, etc? This project handles `yaml` and then there is `circe-json-schema` specifically for `json schema` validation. This states the relation...
Introduce support for cluster management based on `akka-management` https://developer.lightbend.com/docs/akka-management/current. Example based on `Kubernetes` and `akka-management` https://blog.softwaremill.com/running-akka-cluster-on-kubernetes-e4cd2913e951 Would be really good to know more about current ING cluster / deployment management...
Interested to have the ability to name events explicitly instead of the name assumed to be the `Class.getSimpleName`. This would improve the communication through visual representation of recipes by naming...
`sbt test` fails partly because of ``` java.lang.UnsupportedClassVersionError: es/weso/shex/parser/ShExDocLexer has been compiled by a more recent version of the Java Runtime (class file version 56.0), this version of the Java...