You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where combined with either the cloudflare proxy (or this can do it as well) will ingest segment events directly without actually using segment, so you can use the segment package in all of the languages they offer.
Can optionally forward to segment (and thus be used as a proxy for segment on your own domain), but oprimarily it inserts events into icedb in tables of user_id,date and event_id,date partitions.
Hot-swap out segment, or just get the benefit of their packages.
The text was updated successfully, but these errors were encountered:
Updated and terse example of https://github.com/danthegoodman1/IceDBSegment/tree/main
Where combined with either the cloudflare proxy (or this can do it as well) will ingest segment events directly without actually using segment, so you can use the segment package in all of the languages they offer.
Can optionally forward to segment (and thus be used as a proxy for segment on your own domain), but oprimarily it inserts events into icedb in tables of
user_id,date
andevent_id,date
partitions.Hot-swap out segment, or just get the benefit of their packages.
The text was updated successfully, but these errors were encountered: