-
Since mongoDb is a schemaless, it would be nice if the Cinchoo could target MongoDB as a source instead of a table
Besides CSV, I found its powerful to move the data from one DB side to the other D…
papyr updated
3 years ago
-
Extra data such as user ID, IP address, user agent would be valuable to store when recording views.
-
### At the moment track tables on Postgresql DB fail if the table has a uuid defined column?
Would be great if you can add the uuid type for the schema creation to make track possible out of the bo…
-
Thank you for providing a great kafka-connect-jdbc plugin, but when I tried to sink to DB2 in confluent5.4 , there were some NPE throwed out and the sink task is killed and I can,t find the reason, is…
-
Hello
im very interesting in who's using OrientDb in production and what is your use case.
Do you have any problems with orientdb? What is you experience? It would be nice if you follow this template.…
-
I must admit being a newbie for Couchbase. While trying to use where predicates with query APIs, an exception is thrown indicating no Index found for the KeySpace... In this regard, I have below quest…
-
Consuming Cosmos DB from F# I have a need to pass a container to a function. It is possible to pass not the right container to a function. The way you usually solve this issue is restricting received …
-
Is table storage for structured data or unstructured data. I know you can store structured data in NoSQL but the documentation is pretty confusing.
---
#### Document Details
⚠ *Do not edit th…
-
User Schema stores user details.
Docs Schema stores Document Saving details.
According to the frontend web-app you creating, do you want User and Docs to share a One-Many relationship or Many-Many…
-
Does `JsonSerializer.Parse(String, Type, JsonSerializerOptions)` support for dynamic `ExpandoObject ` return type?
Something like this:
`dynamic p = JsonSerializer.Parse(json, typeof(ExpandoObject…