1. 06 1月, 2020 1 次提交
  2. 10 12月, 2019 1 次提交
  3. 06 10月, 2019 1 次提交
  4. 25 6月, 2019 1 次提交
  5. 16 2月, 2019 1 次提交
  6. 13 2月, 2019 1 次提交
    • B
      Add a Pulsar IO MongoDB (#3561) · 06e911d4
      Bruno Bonnin 提交于
      ### Motivation
      
      Provides a builtin MongoDB Connector, in order to ease the storage of JSON formated message in MongoDB. It's a sink connector.
      
      
      ### Modifications
      
      Add a new sub-module in the `pulsar-io`module.
      
      ### Verifying this change
      
      This change added tests and can be verified as follows:
      * deploy the connector with configuration file containing the following fields:
      ```
      configs:
        mongoUri: mongodb://hostname:port
        database: pulsar
        collection: messages
      ```
      * start a mongodb instance
      * send messages in the topic declared when deploying the connector
      * check in MongoDB if the messages have been stored in the collection `messages`
      06e911d4
  7. 12 1月, 2019 1 次提交
  8. 11 10月, 2018 1 次提交
  9. 21 9月, 2018 1 次提交
  10. 02 7月, 2018 1 次提交
  11. 26 6月, 2018 1 次提交
  12. 09 5月, 2018 1 次提交
    • L
      Pulsar IO rename (#1747) · 17f74150
      Luc Perkins 提交于
      * begin renaming process
      
      * more class and directory renames
      
      * move Record classes into pulsar-io
      
      * apply rename to Maven configs
      
      * rename java imports
      
      * update versions in maven configs
      
      * add missing imports
      
      * remove Message class from pulsar-io
      
      * add missing import
      
      * add Reflections util import
      
      * add Utils import
      
      * add missing Record import
      
      * supply missing Record imports
      17f74150
  13. 03 5月, 2018 1 次提交
  14. 10 4月, 2018 1 次提交
    • S
      Pulsar Connect (#1520) · 027b424f
      Sanjeev Kulkarni 提交于
      * Added Pulsar Connect interfaces that define connectors that push data into pulsar and take data from pulsar
      
      * Added Twitter connector
      
      * Added hbc core version mapping
      
      * Addressed comments
      
      * Fixed build
      
      * Fixed license header
      027b424f
  15. 04 3月, 2018 6 次提交
  16. 14 2月, 2018 1 次提交
  17. 29 11月, 2017 1 次提交
  18. 25 10月, 2017 1 次提交
  19. 06 10月, 2017 1 次提交
  20. 02 8月, 2017 1 次提交
  21. 30 6月, 2017 1 次提交
  22. 25 6月, 2017 1 次提交
  23. 24 6月, 2017 1 次提交
  24. 23 6月, 2017 1 次提交
  25. 18 6月, 2017 1 次提交
  26. 17 6月, 2017 1 次提交
  27. 31 3月, 2017 2 次提交
  28. 09 2月, 2017 1 次提交
  29. 03 2月, 2017 2 次提交
  30. 19 10月, 2016 2 次提交
  31. 07 9月, 2016 2 次提交