orbital
orbital copied to clipboard
Orbital automates integration between data sources (APIs, Databases, Queues and Functions). BFF's, API Composition and ETL pipelines that adapt as your specs change.
``` vyne 10:11:42.304 [main] ERROR reactor.core.publisher.Operators - Operator called default onErrorDropped reactor.core.Exceptions$ErrorCallbackNotImplemented: com.typesafe.config.ConfigException$Parse: /opt/service/config/taxi.conf: 2: expecting a close parentheses ')' here, not: '{' Caused by: com.typesafe.config.ConfigException$Parse: /opt/service/config/taxi.conf: 2: expecting a...
Launching Orbital when there's no services.conf present fails: ``` Caused by: java.io.FileNotFoundException: config/services.conf (Read-only file system) at java.base/java.io.FileOutputStream.open0(Native Method) at java.base/java.io.FileOutputStream.open(FileOutputStream.java:293) at java.base/java.io.FileOutputStream.(FileOutputStream.java:235) at java.base/java.io.FileOutputStream.(FileOutputStream.java:184) at kotlin.io.FilesKt__FileReadWriteKt.writeBytes(FileReadWrite.kt:108) ```
Currently, the only ModelSpec formats supported are those that are bundled. It would be good for users to be able to specify their own implementations, and loaded via a Taxi...
Queries that invoke a mutation with the DynamoDb upsert invoker will successfully call the invoker, and the operation does what it's supposed to, but the running query never completes.
eg: ```hocon name: com.foo/bar version: 0.1.0 sourceRoot: src/ additionalSources: { "@orbital/config" : "orbital/config/*.conf", "@orbital/pipelines" : "pipelines/*.conf" } ```
For example: ```hocon jdbc { someDb { connectionName = someDb connectionParameters { database = ${config.database.name} host = ${config.database.host} username = ${config.database.username} password = ${config.database.password} port = ${config.database.port} } jdbcDriver =...
Migrated .gitlab-ci.yml configuration to GitHub Actions workflows: - ci.yml: Main CI/CD pipeline with build, test, and Docker publishing - Builds JVM projects with Maven - Builds Orbital UI and Playground...