New Discovery - CockroachDB

New Discovery - CockroachDB

Over the weekend, I discovered something new. Being a person that is always interested in scale-out architecture, I discovered something new. CockroachDB. Its a SQL database designed to be hard to kill. (Yes I know the name gets the idea across, but ...) Anyway, I wanted to explore it.

I fired it up in a container, and sure enough it just comes write up. Instructions are here. I then wanted to be able to setup data, if nothing existed, also not to bad. I setup a new Dockerfile, and created some scripts to check and see if the data exists, and if not, create it. To do this, check out this github project.

Seems to work well enough. I love the management screen.

After getting this working, I now have moved on, and looks like I can use pg_restify, to expose CockroachDB as a RESTful API. This requires, that I can the database "public", because of the way schema's are named in cockroach.

Next step, is to put a CRUD using the restful api. The try a pet set in Openshift. :)

Great job, Cockroach Labs.

For a quick executive overview slideset on cockroach, check these out.


Glenn West

Cloud Strategy and Evangelism at Red Hat

7 年

Agree with u. I agree they got the image of not being able to kill it. But shire is not nice if u get your Google a little off

回复
Pete Hardie

These aren't the droids you're looking for.....

7 年

I'mnot sure the name is doing it any favors

回复

要查看或添加评论,请登录

Glenn West的更多文章

  • COBOL - Transformation

    COBOL - Transformation

    Surprisingly there still alot of Cobol code in the world. While there is great resistance to moving, the reality is the…

  • Azure Private DNS for Openshift

    Azure Private DNS for Openshift

    Want to create a openshift cluster, or other application, and need local control of DNS? Azure private dns allows you…

  • Running a container close to bare metal

    Running a container close to bare metal

    Sometimes you want as close to bare metal or bare vm as you can get. Performance and security often drive this.

  • Rapid IoT Development

    Rapid IoT Development

    I have always had a love of hardware and IoT, from my teen years. I started my first IoT project in 2nd grade.

  • Digital Transformation - Modern DB

    Digital Transformation - Modern DB

    Tech Debt also lives in the database! I've done a MRP transformation a few years ago, and one of the shocking things…

  • Stubbing Out a Complex REST API

    Stubbing Out a Complex REST API

    I've started on redfish2esxi, a service designed to allow Metal3 to talk to esxi, and do bare metal provisioning. Since…

  • Metal DB - Using Hardware like a POD

    Metal DB - Using Hardware like a POD

    What if you could schedule and use bare metal hardware as easy as a pod in Kubernetes or OpenShift? Could you really…

  • OpenShift 4.x on your laptop - CRC

    OpenShift 4.x on your laptop - CRC

    OpenShift 4.x is a huge upgrade from OpenShift 3.

  • Fast Development Ideas on OpenShift

    Fast Development Ideas on OpenShift

    I always get inspired when talking with customers. I saw Tabulator this morning, in my daily nodejs update, and really…

    1 条评论
  • The Micro in MicroService

    The Micro in MicroService

    MicroServices have been the in thing for a while now. But the question for me is always the size.

社区洞察

其他会员也浏览了