Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connector development walkthrough #251

Closed
tjtelan opened this issue Jan 20, 2022 · 3 comments
Closed

Connector development walkthrough #251

tjtelan opened this issue Jan 20, 2022 · 3 comments
Assignees

Comments

@tjtelan
Copy link
Contributor

tjtelan commented Jan 20, 2022

Current docs cover the high-level project setup, but we could use a more detailed walkthrough where we provide an example connector project skeleton and have some example commands and outputs to set expectations for how to use connectors in development.

@tjtelan tjtelan self-assigned this Jan 20, 2022
@nacardin
Copy link
Collaborator

nacardin commented May 6, 2022

At least for Rust

@ajhunyady
Copy link
Contributor

It would be great to get the Python equivalent for all other languages. As @nacardin said, at the minimum we should have Rust.

@bors bors bot closed this as completed in 6346d84 Nov 10, 2022
tjtelan added a commit that referenced this issue Nov 18, 2022
* fix: update pgcli command (#430)

Left a bunch of artifacts from copy/paste

* Add This week in Fluvio 48 (#432)

Big issue for a big release

![image](https://user-images.githubusercontent.com/344960/199869752-277ac22d-973a-446a-961b-68eb6bfe8e92.png)

* chore: docs spelling, grammar, phrasing and consistency (#434)

Made a pass through the docs, found a few typos or grammar issues.

Also contains a few recommendations regarding phrasing and clarity.

* Update cli command (#441)

fluvio consume flag updates

* Use same topic that the one used in outbound connector (#439)

<img width="1728" alt="Screen Shot 2022-11-09 at 10 57 21 AM" src="https://user-images.githubusercontent.com/22335041/200878395-85c3b5ef-f7c0-450b-aeb5-e50b19694285.png">

Actual description of file, says that it should be cat-facts-data

* Remove docs for unsupported connectors (#436)

per request

* Sharing our CI test files as connector examples (#442)

Resolves #251

* Remove minikube from Linux docs (#443)

Resolves #402

* Copy examples for Elixir community client (#444)

Add Elixir to the community supported client list

Resolves #429 

Co-authored-by: morenol <22335041+morenol@users.noreply.github.com>

* chore: typos (#435)

this got pushed without resolve todo, so set as comment. I don't think the TODO gets rendered though.

Co-authored-by: David Beesley <37917398+davidbeesley@users.noreply.github.com>

* Update SmartModule types to transforms (#447)

Transforms is the terminology used in the code.

It describes the collection better than "types"

* feat: updated http tutorial with transforms on inbound side (#451)

* fix: Revert smartmodule url to original form (#453)

The infinyon site has lots of broken links.
Also, we want the singular form anyway

* feat: updated mqtt tutorial with transforms on inbound side (#452)

* Bump version of fluvio in rust example (#456)



Co-authored-by: T.J. Telan <t.telan@gmail.com>

* Update versions of connectors (#455)



Co-authored-by: morenol <22335041+morenol@users.noreply.github.com>

Co-authored-by: David Beesley <david.beesley@pm.me>
Co-authored-by: morenol <22335041+morenol@users.noreply.github.com>
Co-authored-by: David Beesley <37917398+davidbeesley@users.noreply.github.com>
Co-authored-by: Alexander Galibey <alexander.galibey@infinyon.com>
Co-authored-by: morenol <morenol@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants