https://github.com/anant/playbook
Anant Platform Playbook - Consists of principles, patterns, tools, a framework, and an approach to designing, building, and managing plaforms.
https://github.com/anant/playbook
approach cassandra confluent datastax framework kafka platform playbook spark
Last synced: 3 months ago
JSON representation
Anant Platform Playbook - Consists of principles, patterns, tools, a framework, and an approach to designing, building, and managing plaforms.
- Host: GitHub
- URL: https://github.com/anant/playbook
- Owner: Anant
- License: gpl-3.0
- Created: 2021-01-14T01:39:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T22:02:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T15:38:48.880Z (5 months ago)
- Topics: approach, cassandra, confluent, datastax, framework, kafka, platform, playbook, spark
- Language: JavaScript
- Homepage: https://playbook.anant.us
- Size: 1.54 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gitpod.io/#https://github.com/Anant/playbook)
# playbook
Anant Platform Playbook - Consists of principles, patterns, tools, a framework, and an approach to designing, building, and managing plaforms.This website highlights best practices for implementing and scaling a business platform, starting with a data platform.
It's built with [Gatsby](https://gatsbyjs.org) using [Apollo Graphql's theme](https://github.com/apollographql/gatsby-theme-apollo/tree/master/packages/gatsby-theme-apollo-core).
THIS IS A WORK IN PROGRESS
## Developing locallySet up the website for local development by cloning this repo, installing Node dependencies, and then starting the Gatsby development server.
```bash
$ npm install
$ npm start
```## Deploying
This website deploys the `master` branch to production via [Netlify](https://netlify.com) whenever a new commit appears. There's no extra steps required for the developer! :tada:
## Credits
Template - Apollo principled-graphql site codebase
Idea - USDS Playbook