Sebastian Cheung CQF

Results 96 issues of Sebastian Cheung CQF

Any examples of how to integrate this app with existing Kafka docker cluster?

Will this be available as I would like to validate this Azure Blob Sink Connector.

After git clone, and meteor update....taken forever and after a few hours still cannot update?

I guess this is similar to issue https://github.com/GoogleCloudPlatform/appengine-gcs-client/issues/42 But user suggested method didnt work for me as I am not sure which 'lib' folder he is referring to when the...

kompose --file production.yml -o $HOME/Documents/arthur_aks/arthur-kompose-manifests/production convert -c --volumes hostPath ![Screenshot 2022-05-28 at 03 39 24](https://user-images.githubusercontent.com/1273014/170806567-568b02e3-b64f-420a-a602-1f03b7f20b8a.png) Then using helmify: awk 'FNR==1 && NR!=1 {print "---"}{print}' $HOME/Documents/arthur_aks/arthur-kompose-manifests/production/templates/*.yaml | helmify $HOME/Documents/arthur_aks/arthur-helmify ERRO[0000] helmify...

What is the recommended source config if loading CSV into Kafka without unique primary keys? This will be consumed by postgres and other sinks

Say I want to show by default last 6 months on initial load, and then the start and end days to be adjustable so that after dragging across dates of...

webpack/examples.js ``` render: function () { // Render the chart return React.createElement(AmCharts, { "path": "node_modules/amcharts3/amcharts", ``` But after npm install, node_modules is still empty? Also why is there no makeChart...

After cloning the project, first line of django_elasticsearch_dsl_drf_demo_installer.sh: `wget -O django_elasticsearch_dsl_drf_demo_installer.tar.gz https://github.com/barseghyanartur/django-elasticsearch-dsl-drf/archive/stable.tar.gz ` Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location:...

question

**Questions** Can someone please explain where we get the plural for book, books? From the docs: https://django-elasticsearch-dsl-drf.readthedocs.io/en/latest/quick_start.html#full-database-sync: search_indexes/signals.py ``` @receiver(post_save) def update_document(sender, **kwargs): """Update document on added/changed records. Update Book...

question