{"id":28759668,"url":"https://github.com/amplitude/amplitude-node","last_synced_at":"2025-06-17T05:07:58.705Z","repository":{"id":39915196,"uuid":"249793190","full_name":"amplitude/Amplitude-Node","owner":"amplitude","description":"Server-side Node.js SDK for Amplitude","archived":false,"fork":false,"pushed_at":"2023-11-06T09:47:56.000Z","size":1333,"stargazers_count":72,"open_issues_count":28,"forks_count":20,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-06-16T18:02:21.909Z","etag":null,"topics":["amplitude","amplitude-analytics","hacktoberfest","javascript","node","nodejs","npm","sdk","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amplitude.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-24T18:59:04.000Z","updated_at":"2025-05-21T17:20:18.000Z","dependencies_parsed_at":"2024-06-18T13:48:26.602Z","dependency_job_id":"1aca1781-7e8d-4623-ab98-8c2b2b33e5d1","html_url":"https://github.com/amplitude/Amplitude-Node","commit_stats":{"total_commits":243,"total_committers":29,"mean_commits":8.379310344827585,"dds":0.5185185185185186,"last_synced_commit":"9b0791f811c3494de6d0fa3d38d7a79b35b41719"},"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/amplitude/Amplitude-Node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amplitude%2FAmplitude-Node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amplitude%2FAmplitude-Node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amplitude%2FAmplitude-Node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amplitude%2FAmplitude-Node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amplitude","download_url":"https://codeload.github.com/amplitude/Amplitude-Node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amplitude%2FAmplitude-Node/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260294461,"owners_count":22987624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amplitude","amplitude-analytics","hacktoberfest","javascript","node","nodejs","npm","sdk","typescript"],"created_at":"2025-06-17T05:07:57.959Z","updated_at":"2025-06-17T05:07:58.692Z","avatar_url":"https://github.com/amplitude.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://amplitude.com\" target=\"_blank\" align=\"center\"\u003e\n    \u003cimg src=\"https://static.amplitude.com/lightning/46c85bfd91905de8047f1ee65c7c93d6fa9ee6ea/static/media/amplitude-logo-with-text.4fb9e463.svg\" width=\"280\"\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n\u003c/p\u003e\n\n[![npm version](https://badge.fury.io/js/%40amplitude%2Fnode.svg)](https://badge.fury.io/js/%40amplitude%2Fnode)\n\n# Announcement 📣\n\nAmplitude is introducing a new [TypeScript SDK for Node.js](https://www.npmjs.com/package/@amplitude/analytics-node). This new SDK provides improved developer experience, helps users instrument data more seamlessly and provide more control over data being instrumented using custom plugins.\n\nTo learn more about the new SDK, here are some useful links:\n\n* NPM: https://www.npmjs.com/package/@amplitude/analytics-node\n* GitHub: https://github.com/amplitude/Amplitude-TypeScript\n* Documentation: https://www.docs.developers.amplitude.com/data/sdks/typescript-node/\n\n# Official Amplitude SDK for Node.js\nThis is Amplitude Node.js SDK written in Typescript, the 1st backend SDK for Amplitude. At this moment, we keep it minimal and simple because we want to give more thoughts over different customers' needs. Modularization and flexiblity will be the main priorities for this SDK. We would like to hear your ideas as well on how you plan on using this library!\n\n## Amplitude and Ampli SDK\n[Ampli SDK](https://developers.data.amplitude.com/ampli-sdk-overview/) is autogenerated library based on your pre-defined [tracking plan](https://developers.data.amplitude.com/what-is-a-tracking-plan). The Ampli SDK, is a lightweight wrapper over the Amplitude SDK that provides type-safety, supports linting, and enables features like input validation. The code replicates the spec in the Tracking Plan and enforces its rules and requirements. This repository is about **Amplitude SDK**. To learn more about Ampli SDK, please refer to the [Ampli Node](https://developers.data.amplitude.com/nodejs-ampli) and [examples](https://github.com/amplitude/ampli-examples).\n\n## Installation and Quick Start\nPlease visit our :100:[Developer Center](https://developers.amplitude.com/docs/nodejs) for instructions on installing and using our the SDK.\n\n## Check Out the Sub-Packages\n\nIn order of what might be good to read to get acquainted with the Node SDK:\n\n- [(`@amplitude/node`)](https://github.com/amplitude/Amplitude-Node/tree/main/packages/node): The core Node SDK and a starting place for logging events in Node.js.\n- [(`@amplitude/types`)](https://github.com/amplitude/Amplitude-Node/tree/main/packages/types): Contains our helper types and enums(What an event looks like, what to expect the response to look like). A resource for interfacing with the Node SDK.\n- [(`@amplitude/identify`)](https://github.com/amplitude/Amplitude-Node/tree/main/packages/identify): A builder-type class that helps interface with the Identify API and the Node SDK. Use it to compose Identify events for both users and groups.\n- [(`@amplitude/identity`)](https://github.com/amplitude/Amplitude-Node/tree/main/packages/identity): A helper class to store the \"identity\" (device + user ID) of a certain event or client.\n- [(`@amplitude/utils`)](https://github.com/amplitude/Amplitude-Node/tree/main/packages/utils): A list of shared (mostly) polymorphic utilities across our javascript-based SDK's.\n- [(\"@amplitude/eslint-config-typescript`)](https://github.com/amplitude/Amplitude-Node/tree/main/packages/eslint-config-typescript): The ESLint configuration shared across our repositories.\n## Need Help?\nIf you have any problems or issues over our SDK, feel free to [create a github issue](https://github.com/amplitude/Amplitude-Node/issues/new) or submit a request on [Amplitude Help](https://help.amplitude.com/hc/en-us/requests/new).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famplitude%2Famplitude-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famplitude%2Famplitude-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famplitude%2Famplitude-node/lists"}