Earlier quoted context omitted.
This is, what I think is, Mattermost's answer to the current debate around the ethics of FAANG (and others) using open source software to make lots of money without substantially contributing back to the OS projects financially or in code. https://github.com/mattermost/mattermost-server/blob/master/... My understanding is that, Mattermost is okay with others making money from their software if they don't modify it -…
That would work perfectly for us too. Is that considered an open-source license? We have heard OSI has strict standards around that
Rudder, an open source Segment alternative
91–100 of 103 posts
Re: Rudder, an open source Segment alternative
#92Segment IO is currently being blocked on browsers with adblock. Does this mean it will work even with adblock?
Re: Rudder, an open source Segment alternative
#93This looks great, nice work. Is there an easy way for someone to set it up on their cloud infrastructure?
Happy to help you setup - Please email soumyadeb@rudderlabs.com OR join our slack https://rudderlabs.herokuapp.com
Re: Rudder, an open source Segment alternative
#94This looks great, nice work. Is there an easy way for someone to set it up on their cloud infrastructure?
Yes, this is exactly the use case we want to target. What's your cloud infra? We can easily run inside your AWS VPC. If you have your own private cloud, we can run there too - just need to disable the S3 dump. The only dependency we have is Postgres. Happy to help you setup - Please email soumyadeb@rudderlabs.com OR join our slack https://rudderlabs.herokuapp.com
Always interested in how other people achieve similar effects.
Right now, for AWS, we provide customers with a zipped up Packer+Terraform configuration with source and a README which lets them:
1. (terraform+sh) Create an IAM user responsible for the deployment with the right policy to deploy and export environment variables for the user.
2. (packer) Create an AMI for an instance that can host our APIs
3. (terraform) Spin up an EC2 instance on the desired VPC to host our APIs (with optional key pair for debugging, etc.)
Re: Rudder, an open source Segment alternative
#95Earlier quoted context omitted.
We also have a S3 destination so you can just add S3. Support for other data-warehouses (Redshift, Bigquery etc) is coming soon.
Thank you, my understand was that S3 is also 'external' (that's AWS service). What I was hoping/looking for is something where another tool lightweight tool that can be installed alongside Rudder, that can use PG instance (may be just different db within Rudder's instance or just different schema). For a light weight, end-to-end solution (including analytics) that can 'grow' with needs. For many small self-funded sta…
If you prefer that to be in files, you could setup a minio server on your VPS instance. It's coming in next weeks too. https://github.com/minio/minio
We would like to understand your preference on this so that we could align our next set of destinations.
Please drop an email at sumanth@rudderlabs.com or join our Slack/Discord channels.
Re: Rudder, an open source Segment alternative
#96Earlier quoted context omitted.
Thanks for the pointer - will check it out. We are totally novice on this - we don't even have a license attorney. We just picked SSPL because that's what everyone seemed to suggest to prevent the likes of AWS cloning it. Now that we got some visibility, we will carefully take a look at this issue. But at heart we want to build an open-source community while still being a viable business on the likes of MatterMost, E…
This is, what I think is, Mattermost's answer to the current debate around the ethics of FAANG (and others) using open source software to make lots of money without substantially contributing back to the OS projects financially or in code. https://github.com/mattermost/mattermost-server/blob/master/... My understanding is that, Mattermost is okay with others making money from their software if they don't modify it -…
Re: Rudder, an open source Segment alternative
#97Segment IO is currently being blocked on browsers with adblock. Does this mean it will work even with adblock?
Re: Rudder, an open source Segment alternative
#98How does this compare to Snowplow? https://github.com/snowplow/snowplow
Thanks for asking, I am one of the authors of Rudder. Snowplow is a great analytics tool, especially used for internal analytics. It is open-source and on-prem and keeps your data privacy. It is centered around event enriching and storing to a data warehouse. We are aiming at routing the events reliably to destinations, transforming events real-time, storing them into your data warehouse with a dynamic schema and eve…
> Snowplow is a great analytics tool, especially used for internal analytics\
> centered around event enriching and storing to a data warehouse
Is rudder not aimed at these use cases?
I seem to gather that you are building a more full stack platform, with a core feature set similar/better to/than Snowplow?
Edit: Can you expand on the types of destinations you plan on supporting? I see Sources [Android, iOS, JS] and Destinations [Amplitute, GA, Hubspot etc] but no data warehouses. Can I send raw events to a Snowflake dwh for instance?
Re: Rudder, an open source Segment alternative
#99I want to see this married with the Meltano project from Gitlab - it would create an unprecedented end-to-end data environment. https://meltano.com/
Love the thought. We weren't aware of this project - thanks for the pointer. Will follow-up.