-
Notifications
You must be signed in to change notification settings - Fork 10
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
ArangoDB doesnt work with apple M1 #9
Comments
Without making any modifications to the application code: The user service and the audit service do not depend on data coming from ArangoDB. So, you could just start does two services. That should give you the full visibility on running the services, pulling and modifying data, pushing data to Timescale through NATS.
with
You should be able to login, create and update users and see the changes flow to NATS. FWIW, I did hear a couple of days ago that Arango is close to putting out a version that will work in the Apple M1 but they did not specify a date |
You could probably easily get the promotions to come up by commenting out the customer name lookup: |
Muchas gracias! |
De nada. |
registro login ( default values) |
hum...eso cuando corres la application con docker-compose ? (make start). Multicast es usado por go-micro para service discovery. |
Hola Juan |
gotemp % make start Have a solution to fix it? |
The version of arangodb image that I am using 3.6.4 is not available for arm processors. But, it seems that the last couple of versions of arangodb support it according to Docker hub. You could try updating the Docker compose file to use one of the newer versions and see if it works. Unfortunately, I do not have an arm based machine so I cannot test it myself.
|
@camba1 docker --version |
@camba1 Thanks The new issue => CANCELED [gotemp-auditsrv internal] load metadata for docker.io/library/golang:l 0.0s |
=> ERROR [dev 3/9] RUN go get github.com/githubnemo/CompileDaemon 0.2s
|
Hum… not sure what that error is all about.
Maybe related to this? https://stackoverflow.com/questions/66894200/error-message-go-go-mod-file-not-found-in-current-directory-or-any-parent-dire
|
Pulling arangodb (library/arangodb:3.7.6)...
3.7.6: Pulling from library/arangodb
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries
Failed to deploy 'Compose: docker-compose.yml':
docker-compose
process finished with exit code 1arangodb/arangodb-docker#53
it's possible to run the project without it?
thank you
The text was updated successfully, but these errors were encountered: