Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
Henüz değil saniye önce.
False
Henüz değil saniye önce
7 saat önceTek bir anlık görüntüye git
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to search
Sign in
Sign up Appearance settings
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
Uh oh!
There was an error while loading. Please reload this page.
cockroachdb / cockroach Public
* Notifications You must be signed in to change notification settings
* Fork 4.1k
* Star 32.4k
* Code
* Issues 5k+
* Pull requests 982
* Discussions
* Actions
* Projects
* Wiki
* Security and quality 0
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Discussions
* Actions
* Projects
* Wiki
* Security and quality
* Insights
master
Branches Tags
Go to file
Code
Open more actions menu
Folders and files
Name Name Last commit message Last commit date
Latest commit
History
118,988 Commits
118,988 Commits
.claude .claude
.cursor .cursor
.github .github
.roachdev/ hooks .roachdev/ hooks
.trunk .trunk
build build
c-deps c-deps
cloud cloud
docs docs
githooks githooks
licenses licenses
monitoring monitoring
pkg pkg
scripts scripts
tools tools
.bazelignore .bazelignore
.bazelrc .bazelrc
.bazelversion .bazelversion
.editorconfig .editorconfig
.gitattributes .gitattributes
.gitignore .gitignore
.gitmodules .gitmodules
.mcp.json .mcp.json
.node-version .node-version
AUTHORS AUTHORS
BUILD.bazel BUILD.bazel
CLAUDE.md CLAUDE.md
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md
CONTRIBUTING.md CONTRIBUTING.md
DEPS.bzl DEPS.bzl
EXTERNAL-CONTRIBUTORS-HALL-OF-FAME.md EXTERNAL-CONTRIBUTORS-HALL-OF-FAME.md
GNUmakefile GNUmakefile
LICENSE LICENSE
README.md README.md
TEAMS.yaml TEAMS.yaml
WORKSPACE WORKSPACE
dev dev
go.mod go.mod
go.sum go.sum
View all files
Repository files navigation
*
* README
* Code of conduct
* Contributing
* License
More items
CockroachDB is a cloud-native distributed SQL database designed to build, scale, and manage modern, data-intensive applications.
* What is CockroachDB?
* Docs
* Starting with Cockroach Cloud
* Starting with CockroachDB
* Client Drivers
* Deployment
* Need Help?
* Contributing
* Design
* Comparison with Other Databases
* See Also
What is CockroachDB?
CockroachDB is a distributed SQL database built on a transactional and strongly-consistent key-value store. It scales horizontally; survives disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention; supports strongly-consistent ACID transactions; and provides a familiar SQL API for structuring, manipulating, and querying data.
For more details, see our product overview, FAQ or architecture document.
Docs
For guidance on installation, development, deployment, and administration, see our User Documentation.
Starting with CockroachCloud
We can run CockroachDB for you, so you don't have to run your own cluster.
See our online documentation: Quickstart with CockroachCloud
Starting with CockroachDB
1. Install CockroachDB: using a pre-built executable or build it from source.
2. Start a local cluster and connect to it via the built-in SQL client.
3. Learn more about CockroachDB SQL.
4. Use a PostgreSQL-compatible driver or ORM to build an app with CockroachDB.
5. Explore core features, such as data replication, automatic rebalancing, and fault tolerance and recovery.
Client Drivers
CockroachDB supports the PostgreSQL wire protocol, so you can use any available PostgreSQL client drivers to connect from various languages.
* For recommended drivers that we've tested, see Install Client Drivers.
* For tutorials using these drivers, as well as supported ORMs, see Example Apps.
Deployment
* CockroachCloud - Steps to create a free CockroachCloud cluster on your preferred Cloud platform.
* Manual - Steps to deploy a CockroachDB cluster manually on multiple machines.
* Cloud - Guides for deploying CockroachDB on various cloud platforms.
* Orchestration - Guides for running CockroachDB with popular open-source orchestration systems.
Need Help?
* CockroachDB Community Slack - Join our slack to connect with our engineers and other users running CockroachDB.
* CockroachDB Forum and Stack Overflow - Ask questions, find answers, and help other users.
* Troubleshooting documentation - Learn how to troubleshoot common errors, cluster setup, and SQL query behavior.
* For filing bugs, suggesting improvements, or requesting new features, help us out by opening an issue.
Building from source
See our wiki for more details.
Contributing
We welcome your contributions! If you're looking for issues to work on, try looking at the good first issue list. We do our best to tag issues suitable for new external contributors with that label, so it's a great way to find something you can help with!
See our wiki for more details.
Engineering discussions take place on our public mailing list, cockroach-db@googlegroups.com. Also please join our Community Slack (there's a dedicated #contributors channel!) to ask questions, discuss your ideas, and connect with other contributors.
Design
For an in-depth discussion of the CockroachDB architecture, see our Architecture Guide. For the original design motivation, see our design doc.
Licensing
All versions released on or after November 18, 2024 (specifically, major version series v24.3 and later, and patch fixes for v23.1.29+, v23.2.16+, v24.1.7+, and v24.2.5+) are published under the CockroachDB Software License (CSL). Source code in a given file is licensed under the CSL and the copyright belongs to The Cockroach Authors unless otherwise noted in the file or in a LICENSE or README file located in the same or a parent directory of the file.
Comparison with Other Databases
To see how key features of CockroachDB stack up against other databases, check out CockroachDB in Comparison.
See Also
* Tech Talks (by CockroachDB founders, engineers, and customers!)
* CockroachDB User Documentation
* The CockroachDB Blog
* Key design documents
+ Serializable, Lockless, Distributed: Isolation in CockroachDB
+ Consensus, Made Thrive
+ Trust, But Verify: How CockroachDB Checks Replication
+ Living Without Atomic Clocks
+ The CockroachDB Architecture Document
About
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
www.cockroachlabs.com
Topics
cockroachdbdatabasedistributed-databasegohacktoberfestsql
Resources
Readme
License
Code of conduct
Code of conduct
Contributing
Contributing
Activity
Custom properties
Stars
32.4k stars
Watchers
660 watching
661 watching
Forks
4.1k forks
Report repository
Releases
Packages
Used by
Contributors
Languages
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
İpucu: Paylaşmak veya yoksayma listelerine eklemek için metni vurgulayın.
— Download difference patch
Şimdilik, Farklar grafiksel olarak değil metin üzerinde gerçekleştirilir, yalnızca en son ekran görüntüsü mevcuttur.
Ekran görüntüsü için Playwright/WebDriver'ın etkinleştirilmesi gerekir