Giter VIP home page Giter VIP logo

Comments (10)

kcrazy avatar kcrazy commented on May 23, 2024

I tried to compile it on Windows, but the compilation failed when it reached pprof because pprof uses the crate nix and libc, which are not supported on Windows.

from incubator-horaedb.

jiacai2050 avatar jiacai2050 commented on May 23, 2024

Thanks for trying.

I think you can add a feature gate on that crate, and see what happens next.

from incubator-horaedb.

kcrazy avatar kcrazy commented on May 23, 2024

The repository at rust-rocksdb also does not support Windows.

from incubator-horaedb.

jiacai2050 avatar jiacai2050 commented on May 23, 2024

The repository at rust-rocksdb also does not support Windows.

Try build with make build-wal-message-queue, this will disable rocksdb and use kafka as wal.

from incubator-horaedb.

kcrazy avatar kcrazy commented on May 23, 2024

The repository at rust-rocksdb also does not support Windows.

Try build with make build-wal-message-queue, this will disable rocksdb and use kafka as wal.

Can we directly use cargo to replace make?

from incubator-horaedb.

tanruixiang avatar tanruixiang commented on May 23, 2024

The repository at rust-rocksdb also does not support Windows.

Try build with make build-wal-message-queue, this will disable rocksdb and use kafka as wal.

Can we directly use cargo to replace make?

Of course you can, our makefile is very simple, you can refer to the https://github.com/apache/incubator-horaedb/blob/main/Makefile#L40

from incubator-horaedb.

jiacai2050 avatar jiacai2050 commented on May 23, 2024

If you're interested in contributing more, welcome to join our community.

from incubator-horaedb.

kcrazy avatar kcrazy commented on May 23, 2024

If you're interested in contributing more, welcome to join our community.

I don't have much experience in developing databases and I'm not particularly interested at the moment. However, I'm open to occasionally testing builds on Windows.

from incubator-horaedb.

kcrazy avatar kcrazy commented on May 23, 2024

The repository at rust-rocksdb also does not support Windows.

Try build with make build-wal-message-queue, this will disable rocksdb and use kafka as wal.

Can we directly use cargo to replace make?

Of course you can, our makefile is very simple, you can refer to the https://github.com/apache/incubator-horaedb/blob/main/Makefile#L40

I tried using the command

cargo build --no-default-features --features wal-message-queue

but encountered some issues with jemalloc: [email protected] states that 'jemalloc support for x86_64-pc-windows-msvc is untested'.

from incubator-horaedb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.