Comments on: ArangoDB on Raspberry Pi: Explore Possibilities | ArangoDB ’13 https://arangodb.com/2013/07/arangodb-on-raspberry-pi/ The database for graph and beyond Wed, 26 Jun 2024 06:35:08 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: omert08 https://arangodb.com/2013/07/arangodb-on-raspberry-pi/#comment-1041 Tue, 09 Jun 2020 16:05:09 +0000 http://www.arangodb.com/?p=2256#comment-1041 I have compiled arangodb for ARM64V8 architectures, people can run arm version of arangodb by using this docker image. Note: It doesnt support official endpoint yet.

Command: docker run -p 8529:8529 omert08/arangodb-arm64:3.4.10

Github: https://github.com/omert08/arangodb-arm64
Docker Image: https://hub.docker.com/r/omert08/arangodb-arm64

]]>
By: Jan Stücke https://arangodb.com/2013/07/arangodb-on-raspberry-pi/#comment-1040 Mon, 20 Jan 2020 17:25:27 +0000 http://www.arangodb.com/?p=2256#comment-1040 In reply to Sorin.

Hi there,

we do not support ARM with ArangoDB. We would love to but just don’t have the resources to design, test and maintain a package for ARM atm. Maybe there is some community effort to get this rollin but the internal team does not have plans for a package for the near future.

]]>
By: Sorin https://arangodb.com/2013/07/arangodb-on-raspberry-pi/#comment-1039 Sun, 12 Jan 2020 22:59:37 +0000 http://www.arangodb.com/?p=2256#comment-1039 Hello,
I am wondering if you or anybody else tried to compile the last version (3.6.0) on the new Raspberry Pi 4 which provides better hardware. I would like to try to run a small ArangoDB cluster on 3 or more Raspberry Pi 4 for testing and development. Any help or suggestion is highly appreciated.
Thank you.

]]>
By: Michael Bruyninckx https://arangodb.com/2013/07/arangodb-on-raspberry-pi/#comment-1038 Tue, 05 Nov 2013 14:42:00 +0000 http://www.arangodb.com/?p=2256#comment-1038 In reply to fceller.

SUPER !
Danke schoen !

]]>
By: fceller https://arangodb.com/2013/07/arangodb-on-raspberry-pi/#comment-1037 Tue, 05 Nov 2013 14:16:00 +0000 http://www.arangodb.com/?p=2256#comment-1037 In reply to Michael Bruyninckx.

In order to get it up and running, you now can do

git clone

configure
make install

I also manage to create a deb package, which installs. But there is a bug in the setup script – I assume. I’m still debugging.

]]>
By: Michael Bruyninckx https://arangodb.com/2013/07/arangodb-on-raspberry-pi/#comment-1036 Tue, 05 Nov 2013 11:33:00 +0000 http://www.arangodb.com/?p=2256#comment-1036 In reply to fceller.

I saw that 1.4 is now released, is this story (now apparently edited) still true ?

it would be awesome to just “apt-get” the binaries for the Raspberry Pi, but I guess this is possible to do too… it’s more verbose than before, so I guess it might work.
I’ll try tomorrownight…

]]>
By: fceller https://arangodb.com/2013/07/arangodb-on-raspberry-pi/#comment-1035 Thu, 10 Oct 2013 10:44:00 +0000 http://www.arangodb.com/?p=2256#comment-1035 In reply to Michael Bruyninckx.

1.4.0-beta2 will be released in the next days. I will try to produce a more detail tutorial with the new version.

]]>
By: Michael Bruyninckx https://arangodb.com/2013/07/arangodb-on-raspberry-pi/#comment-1034 Thu, 10 Oct 2013 05:07:00 +0000 http://www.arangodb.com/?p=2256#comment-1034 Hello,
It would be very helpfull if you could detail the steps in a more tutorial way kind of, like type sudo apt-get somelibrary, then type wget http://www.where.google.hides.his.v8 , etc
I’m looking to use ArangoDB on small mostly single user Node.JS applications that I want to run on the Raspberry Pi.

]]>