What is everyone working on this month? (Jan. 2025)

Hello everyone, Mike here.

I am getting acclimated on this forum and am curious what people are working on?

I’m looking to help build this community and create some cool apps potentially along the way.

Not working on anything, right now?
Have an idea or suggestion for something that should be built out?

Say hello and introduce yourself and what you’d like to see from the API, app store, etc. this year.

:grinning:

2 Likes

Hey Mike

Great to see you here, looking forward to seeing lots of great apps that will help our Sellers :slight_smile: Thanks for joining the Veeqo Community

Thanks
Ben

1 Like

We are continuing to maintain tap-veeqo - a Singer tap to move data from Veeqo to any supported destination! This includes data for

tap-veeqo works best with Meltano:

# install Meltano
pipx install meltano

# create a new project
meltano init my-veeqo-project
cd my-veeqo-project

# add the Veeqo extractor
meltano add extractor tap-veeqo

# configure the extractor
meltano config tap-veeqo set api_key <API_KEY>
meltano config tap-veeqo test  # optionally test configuration

# add a loader
meltano add loader target-jsonl

# run the pipeline
meltano run tap-veeqo target-jsonl

# check out the data
ls output/
cat output/products.jsonl

Very cool Reuben, thanks for sharing! Any cool things you’ve seen people using it for? Create data/dashboards comes to mind as a good use case but what else is possible?

We have a customer who uses Veeqo that has it setup to run daily, along with dbt to execute a series of data anomaly/integrity tests and get alerts if something is broken. They also have a custom open orders report powered by the data, their own live warehouse trade stock portal (essentially a dashboard) which their own customers can access at any time, as well as a variety of daily/weekly email integrations.

Impressive! Have you connected with @Ben-Veeqo to see if this would be a fit in their marketplace for other Veeqo customers? Might be a good fit.

Cool thanks @Reuben (and @Mike ) Im out of office until week of 3rd March but would be great to connect afterwards

1 Like

@Mike not yet - I wasn’t aware there was a marketplace for third-party tools. Assume you are referring to https://marketplace.veeqo.com/ (after a quick Google)? @Ben-Veeqo where is best to reach out? Happy to continue the discussion here/in DMs also.

Email: rfrankel@matatika.com

Hi @Mike - good to meet you and looking forward to being part of your community.

Just one more thing to add to Reuben’s note. Our customers are producing general ledger entries automatically - mapping to sales accounts, etc and there are some nuances around delivery charges that we calculate.

I’ll connect with @Ben-Veeqo Cheers!

2 Likes