Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dgraph does not work on Windows #1328

Closed
abbas-zaidi opened this issue Aug 12, 2017 · 7 comments
Closed

dgraph does not work on Windows #1328

abbas-zaidi opened this issue Aug 12, 2017 · 7 comments
Assignees
Milestone

Comments

@abbas-zaidi
Copy link

abbas-zaidi commented Aug 12, 2017

i tried installing with Cygwin, the message that dgraph is installed but the binaries are not installed.
Opening the issue on github to track the same.

@rodamunoz
Copy link
Contributor

you can create a windows executable without too much effort, you only need mingw. With gcc in your path, you just to do a go build

@pawanrawal pawanrawal self-assigned this Aug 16, 2017
@pawanrawal pawanrawal added this to the v0.8.2 milestone Aug 16, 2017
@janardhan1993
Copy link
Contributor

@abbas-zaidi What command did you use to install on windows ?

@abbas-zaidi
Copy link
Author

I used the below command on Cygwin:
curl https://get.dgraph.io -sSf | bash

It gave an impression that it is installed but then when i search for the binary file dgraph to start the server it was not found.

@janardhan1993
Copy link
Contributor

@abbas-zaidi We don't have binaries for cygwin platform. We modified the script to throw error if we don't have binary for that platform.

You need to compile the dgraph from source if you want to run on cygwin.

@abbas-zaidi
Copy link
Author

abbas-zaidi commented Sep 8, 2017

@janardhan1993 Not sure why you closed this, are you saying dgraph will not support windows anytime in future?

@janardhan1993 janardhan1993 reopened this Sep 8, 2017
@janardhan1993
Copy link
Contributor

You can compile it from source and ideally it should work on both cygwin and windows. @manishrjain or @pawanrawal can comment on supporting binaries for windows or cygwin.

@manishrjain manishrjain modified the milestones: v0.8.2, v0.8.3 Sep 15, 2017
@pawanrawal pawanrawal modified the milestones: v0.8.3, v0.8.4 Oct 9, 2017
@pawanrawal
Copy link
Contributor

@abbas-zaidi we released binaries for Windows from v0.8.3. You can't get them from get.dgraph.io as I am not sure if there is a standard location in Windows that I can install them to but you can download and install them manually.

Documentation at https://docs.dgraph.io/get-started/#installing-on-windows

@pawanrawal pawanrawal modified the milestones: v0.8.4, v0.8.3 Oct 10, 2017
jarifibrahim pushed a commit that referenced this issue Jun 16, 2020
This commit brings the following changes from badger

c45d966 Fix assert in background compression and encryption. (#1366)
14386ac GC: Consider size of value while rewriting (#1357)
b2267c2 Restore: Account for value size as well (#1358)
b762832 Tests: Do not leave behind state goroutines (#1349)
056d859 Support disabling conflict detection (#1344)
fd89894 Compaction: Expired keys and delete markers are never purged (#1354)
543f353 Fix build on golang tip (#1355)
a7e239e StreamWriter: Close head writer (#1347)
da80eb9 Iterator: Always add key to txn.reads (#1328)
7e19cac Add immudb to the project list (#1341)
079f5ae DefaultOptions: Set KeepL0InMemory to false (#1345)
jarifibrahim pushed a commit that referenced this issue Jun 17, 2020
This commit brings the following changes from badger
```
c45d966 Fix assert in background compression and encryption. (#1366)
14386ac GC: Consider size of value while rewriting (#1357)
b2267c2 Restore: Account for value size as well (#1358)
b762832 Tests: Do not leave behind state goroutines (#1349)
056d859 Support disabling conflict detection (#1344)
fd89894 Compaction: Expired keys and delete markers are never purged (#1354)
543f353 Fix build on golang tip (#1355)
a7e239e StreamWriter: Close head writer (#1347)
da80eb9 Iterator: Always add key to txn.reads (#1328)
7e19cac Add immudb to the project list (#1341)
079f5ae DefaultOptions: Set KeepL0InMemory to false (#1345)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants