You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pulsar.apache.org by Apache Pulsar Slack <ap...@gmail.com> on 2019/08/02 09:11:04 UTC

Slack digest for #general - 2019-08-02

2019-08-01 09:28:30 UTC - Roeland van Meeteren: @Roeland van Meeteren has joined the channel
----
2019-08-01 10:42:25 UTC - Alexandre DUVAL: You can check pulsar-express on github and l'aube contribute for the missing features ;)
----
2019-08-01 11:54:28 UTC - xue: Where is the rdbms database sql?
----
2019-08-01 12:51:12 UTC - Richard Sherman: the connection details are in dashboard/django/dashboard just comment out / uncomment appropriate database details. The SQL is generated by django on demand. from within the dashboard/django directory run `python manage.py migrate` to generate the schema in your database or you can display the sql by running the following command once for every migration file found in dashboard/django/stats/migrations `python manage.py sqlmigrate 00001_initial` where 00001_initial.py is one of the files
----
2019-08-01 12:54:47 UTC - Richard Sherman: Useful documentation to understand Django's migrations <https://docs.djangoproject.com/en/2.2/topics/migrations/>
----
2019-08-01 16:03:19 UTC - Ashwin Kapur: @Ashwin Kapur has joined the channel
----
2019-08-01 16:07:01 UTC - Ashwin Kapur: This was very useful to me since I had the same question.
----
2019-08-01 16:07:32 UTC - Ashwin Kapur: Does anyone know of a conan file for the pulsar c++ client library?
----
2019-08-01 18:15:16 UTC - Ali Ahmed: @Ashwin Kapur I was working on it a bit but never finished it, are you not able to use the brew formulae or build it from the repo ?
----
2019-08-01 19:34:16 UTC - Ashwin Kapur: I can use brew formulae on my mac but not on my linux box. I can build from source. I'd really prefer a proper conan file because I'd like to be able to do a repeatable dockerized statically linked and hence easy for devops build. Is there some way I can help with your conan file?
----
2019-08-01 19:34:49 UTC - Ashwin Kapur: @Ali Ahmed I can use brew formulae on my mac but not on my linux box. I can build from source. I'd really prefer a proper conan file because I'd like to be able to do a repeatable dockerized statically linked and hence easy for devops build. Is there some way I can help with your conan file?
----
2019-08-01 19:36:56 UTC - Ali Ahmed: you can take a stab at it as far as I know home brew is on linux now and they are rpm and debian packages available
<https://pulsar.apache.org/docs/en/client-libraries-cpp/>
----
2019-08-01 19:37:39 UTC - Ali Ahmed: if there are enough requests for conan I will take another look at it.
----
2019-08-02 01:29:56 UTC - jia3294255: @jia3294255 has joined the channel
----