Skip to content

Commit

Permalink
removed stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkirtzel committed Nov 20, 2024
1 parent 6c81a4d commit 668307d
Show file tree
Hide file tree
Showing 17 changed files with 195 additions and 2,300 deletions.
30 changes: 17 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
## Why walkerOS?

walkerOS offers a unified, flexible, and privacy-centric event data collection
platform. It integrates seamlessly with any analytics or storage tool, providing a reliable source of truth for data
teams.
platform. It integrates seamlessly with any analytics or storage tool, providing
a reliable source of truth for data teams.

It is a modular data collection infrastructure, ideal for capturing first-party
events reliably and with privacy in mind. Its vendor-agnostic design ensures
Expand All @@ -33,12 +33,14 @@ seamless integration, giving you complete control over your data.
Lego bricks.
- **Data Quality and Privacy**: Prioritize data integrity and user privacy with
built-in consent management.
- **Flexibility**: Tailored for both server-side and client-side tagging & tracking,
adaptable to your evolving needs.
- **Flexibility**: Tailored for both server-side and client-side tagging &
tracking, adaptable to your evolving needs.

### Target Audience

walkerOS is designed for teams, agencies, and freelancers, who prefer tag management as code and implement tags fast while keeping full control over the whole data collection.
walkerOS is designed for teams, agencies, and freelancers, who prefer tag
management as code and implement tags fast while keeping full control over the
whole data collection.

### Pre-requisites

Expand All @@ -52,13 +54,11 @@ to understand its capabilities fully.

## Package Overview

- **Clients** ([docs](https://www.elbwalker.com/docs/clients/),
[code](./packages/clients/)): For data creation and state management.
- **Sources** ([docs](https://www.elbwalker.com/docs/sources/),
[code](./packages/sources/)): For data creation and state management.
- **Destinations** ([docs](https://www.elbwalker.com/docs/destinations/),
[code](./packages/destinations/)): Initialize, mapp
and share events to third-party tools.
- **Stacks** ([docs](https://www.elbwalker.com/docs/stacks/),
[code](./packages/stacks/)): APIs for event ingestion and processing.
[code](./packages/destinations/)): Initialize, map and share events to
third-party tools.
- **Utils** ([docs](https://www.elbwalker.com/docs/utils/),
[code](./packages/utils/)): Enhance data collection with shared utilities.
- **Docs** ([docs](https://www.elbwalker.com/docs/), [code](./website/docs/)):
Expand All @@ -68,11 +68,15 @@ to understand its capabilities fully.

## Installation

Start collecting data with our [web](https://github.com/elbwalker/walkerOS/tree/main/packages/clients/walkerjs) or [node](https://github.com/elbwalker/walkerOS/tree/main/packages/clients/node) client.
Start collecting data with our
[web](https://github.com/elbwalker/walkerOS/tree/main/packages/clients/walkerjs)
or [node](https://github.com/elbwalker/walkerOS/tree/main/packages/clients/node)
client.

## Contributing

⭐️ Help us grow and star us. See our [Contributing Guidelines](https://www.elbwalker.com/docs/contributing) to get
⭐️ Help us grow and star us. See our
[Contributing Guidelines](https://www.elbwalker.com/docs/contributing) to get
involved.

## Support
Expand Down
1 change: 0 additions & 1 deletion apps/demos/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# walkerOS demos

- [Firebase Stack](./stacks/firebase/)
- [React](./react/)
- [Tagging Website](./tagging/)
72 changes: 0 additions & 72 deletions apps/demos/stacks/firebase/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions apps/demos/stacks/firebase/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions apps/demos/stacks/firebase/firebase.json

This file was deleted.

Empty file.
39 changes: 0 additions & 39 deletions apps/demos/stacks/firebase/functions/package.json

This file was deleted.

13 changes: 0 additions & 13 deletions apps/demos/stacks/firebase/functions/rollup.config.mjs

This file was deleted.

27 changes: 0 additions & 27 deletions apps/demos/stacks/firebase/functions/src/contracts.ts

This file was deleted.

17 changes: 0 additions & 17 deletions apps/demos/stacks/firebase/functions/src/destinations.ts

This file was deleted.

32 changes: 0 additions & 32 deletions apps/demos/stacks/firebase/functions/src/index.ts

This file was deleted.

8 changes: 0 additions & 8 deletions apps/demos/stacks/firebase/functions/tsconfig.json

This file was deleted.

Loading

0 comments on commit 668307d

Please sign in to comment.