| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
CrateDB is an Open Source distributed database that makes it simple to store and analyze massive amounts of data in near real-time. As a multi-model database for time series, documents and vectors, it combines the simplicity of SQL with the scalability of a distributed architecture.
There are two ways to get a CrateDB instance up and running quickly:
docker run --publish 4200:4200 --publish 5432:5432 --env CRATE_HEAP_SIZE=1g crate '-Cdiscovery.type=single-node'
Check out our resources to learn about what CrateDB is, how it works, and why you should use it:
Become a CrateDB expert by taking our free online courses. Each course is delivered as a series of videos with supporting additional resources, code, and hands-on exercises. Pass the final exam and you can earn a Certificate of Completion to share on your LinkedIn Profile.
Begin your learning journey at learn.cratedb.com today!
We'd love you to join our online Discourse community. You'll find a welcoming place to ask questions, get help and check out tutorials.
We're also on LinkedIn, BlueSky, and Mastodon.
You'll find the CrateDB team at conferences, meet up events and workshops around the world. Visit our Events page to see where to find us.
Our team is diverse, multi-cultural and globally distributed. We work remotely and from offices in the US and Europe. Interested in joining us? Check out our current openings.
CrateDB is a distributed and scalable SQL database for storing and analyzing massive amounts of data in near real-time, even with complex queries. It is PostgreSQL-compatible, and based on Lucene.
Crash is an interactive CrateDB command line interface (CLI) SQL shell with autocompletion.
The CrateDB Kubernetes Operator provides a convenient way to run CrateDB clusters inside Kubernetes.
A collection of clear and concise examples how to work with CrateDB, including software stack definitions for end-to-end test scenarios.
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |